This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Shutdown the laravel app | |
php artisan down | |
# Pull down changes | |
git pull | |
# Install new composer packages | |
composer install --no-dev --prefer-dist | |
# Cache boost configuration and routes |