Created
November 10, 2016 17:13
-
-
Save ShamarKellman/21e972e41e8df5ba129bb6117ab9c8ef to your computer and use it in GitHub Desktop.
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
| git pull | |
| composer install --no-dev --optimize-autoloader | |
| php artisan optimize | |
| php artisan route:cache | |
| php artisan cache:clear | |
| php artisan migrate:refresh --seed --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment