Created
February 24, 2018 19:16
-
-
Save yiedpozi/a4bdb700ed7ff74c4c01d5da5668175c to your computer and use it in GitHub Desktop.
Laravel Command for Clear All
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
composer dump-autoload | |
php artisan clear-compiled | |
php artisan cache:clear | |
php artisan route:clear | |
php artisan view:clear | |
php artisan config:clear | |
php artisan migrate:refresh --seed | |
composer dump-autoload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment