Hello,
I am runnig a Laravel App and I would like to install a new dependency.
My site is hosted by OVH.
When I run the command php composer.phar Install in the root of the server , composer runs.
But i would like to run this command in /www . The result is : Could not open input file: composer.phar
What am I missing?
I know that i can't install Composer in www but only in the server root.