Thom
Thom

Reputation: 621

Install Laravel on simple server without commandline

I have a webhost called e.g. http://www.example.com. When I use FTP to put my files in there, I can only acces the public_html folder. In that folder I want to use Laravel.

Is this possible? Because there is no terminal and I can't use ssh. So installing composer isn't an option I think.

Thanks,

Upvotes: 2

Views: 1877

Answers (1)

Arda
Arda

Reputation: 6926

Download to your local machine, install it, and then upload to a web server. That's what I do in shared hosting solutions if they don't give me terminal access.

Upvotes: 6

Related Questions