Abhinav Singh Dangol
Abhinav Singh Dangol

Reputation: 81

Is there any way we can run composer on Shared Hosting which only provide Cpanel access

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

Answers (1)

ceejayoz
ceejayoz

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

Related Questions