As you know digitalocean has some great tutorials. You should do it once just for practice then all the other times will be easier.
But definitely go to their site and look at some of their articles.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I was wondering if there is an alternative to deploy my laravel app without forge , BUT fast
I want to deploy an app into my server each time give the instruction to PHP artisan the same way forge does but I want to do it with my own commands, I mean I want to create the command to make the github repository pull content into the server each time I write php artisan app-deploy or something similar
hope this make sense if someone can put me on the right way thanks a lot
here is the commands I want to make the php artisan make for me on the console command after I make the request on the console
after entering the ssh
cd /var/www/html/site
php artisan down
git pull origin master
composer install
php artisan migrate
php artisan cache:clear
php artisan queue:restart
php artisan up
Please or to participate in this conversation.