Laravel installation
Laravel installation
i'm using Keyhelp to host a few private websites (just some blogs) and now i'd like to deploy a Website which is based on Laravel.
I dont have much experience with websites.
I'm not really sure what i have to do in order to get a Laravel site working in while using keyhelp.
I found some tutorials but i'm not sure if i can just make changes to php and apache configurations without breaking keyhelp.
Did anyone ever use a laravel based website and could point me in the right direction?
Thanks in advance!
Re: Laravel installation
If you still want to do any changes, you can edit the user/ plan configuration in the webinterface.
You can install Composer via CLI if you want to install PHP dependencies right on the server.
Re: Laravel installation
Re: Laravel installation
prerequisites: composer installed
Make sure the user has "SSH shell" aktivated in shell
Go to his directory /home/user/yourusername/www
su yourusername
Start installing laravel with:
Code: Select all
composer global require laravel/installer
Code: Select all
PATH=$PATH:~/.config/composer/vendor/bin/
Code: Select all
source ~/.bashrc