How to install Laravel via SSH and CageFS on Shared Hosting
Firstly you’ll need SSH access. SSH into the server and go to directory where you want to install the application. Run: curl -sS https://getcomposer.org/installer | php If that fails try…
Firstly you’ll need SSH access. SSH into the server and go to directory where you want to install the application. Run: curl -sS https://getcomposer.org/installer | php If that fails try…