I'm studying php and learning how to use autoload and composer. I got a server to use during my studies. Should the server have composer installed for autoload to work?
I'm studying php and learning how to use autoload and composer. I got a server to use during my studies. Should the server have composer installed for autoload to work?
The composer generates a file that is in the 'vendor / autoload.php' directory. But it is recommended to install Composer on the server to execute commands, updates, possible installations of packages, etc ... I see no reason not to have it. Hugs.