Need to install composer on the server? [closed]

-2

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?

    
asked by anonymous 10.12.2018 / 16:47

1 answer

1
Technically? No.

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.

    
10.12.2018 / 19:26