The fast way to deploy your laravel project with one single command
- Clone or download this repository and place
deploy.sh
file in the root of your laravel project - This sh file contains the most common commands that every laravel's project need to run for the installation process, but you can modify it by adding your own commands according to your needs.
- Then, you have to give execute permission to
deploy.sh
file by runing this command
$ sudo chmod +x /path/to/deploy.sh
Access to the SSH server's terminal and then run this command
$ ./deploy.sh
Enjoy coding