-2
I’m studying php and learning how to use autoload and Composer. I got a server to use during my studies. The server must be installed for autoload to work?
-2
I’m studying php and learning how to use autoload and Composer. I got a server to use during my studies. The server must be installed for autoload to work?
1
Technically? No.
Composer generates a file that is in the 'vendor/autoload.php' directory. But it is recommended to install Composer on the server to run commands, updates, any package installations, etc... I see no reason not to. Hugs.
Browser other questions tagged php commiserate php-autoload
You are not signed in. Login or sign up in order to post.
Access the link
– adventistaam