Need to install Composer on the server?

Asked

Viewed 302 times

-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 answer

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

You are not signed in. Login or sign up in order to post.