Reputation: 81
I have a hosting on Godaddy which only provides access to Cpanel. I have downloaded the FuelPHP code base on the web space but not being able to run command :-
php composer.phar update
Is there any easy way out ??
Thank you in Advance. :)
Upvotes: 2
Views: 1012
Reputation: 179994
Just run it on your local copy, then upload the vendor
directory. That's where composer stores all the files it grabs, along with the autoloader.
Upvotes: 4