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. :)
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.