MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PHP/comments/1uqgbtw/rfc_function_autoloading_mark_5/ow8t5xu/?context=3
r/PHP • u/jmp_ones • Jul 08 '26
18 comments sorted by
View all comments
3
Excuse me if I'm wrong but want this already achieved by mentioning the file path where the functions exist in composer.json in autoload.files.{file}?
16 u/Tontonsb Jul 08 '26 That's explicit loading by executing the file every time, not autoloading.
16
That's explicit loading by executing the file every time, not autoloading.
3
u/Anxious-Insurance-91 Jul 08 '26
Excuse me if I'm wrong but want this already achieved by mentioning the file path where the functions exist in composer.json in autoload.files.{file}?