I am trying to test drive laravel 4 yet of course I have to install Composer first. Now there are two installation types (local vs. global). I want a global installation to avoid using
php composer.phar
and rather use composer
. That said the instructions shown in their website shows:
$ mv composer.phar /usr/local/bin/composer
I am using shared hosting on justhost and this is not going to work because inside bin there is no composer. Where should I move it to to ensure it is global?
thanks,