Laravel With GIT Deployment The Right Way

October 5, 2021 . 1 MIN READ

git merge

composer install

composer dump-autoload -o

php artisan migrate –force

php artisan clear-compiled

php artisan view:clear

php artisan config:clear

php artisan optimize

composer dump-autoload -o

php artisan queue:restart

Resource: https://blog.runcloud.io/laravel-with-git-deployment-the-right-way/

Leave a Reply

Your email address will not be published. Required fields are marked *