Skip to content

Instantly share code, notes, and snippets.

@yiedpozi
Created February 24, 2018 19:16
Show Gist options
  • Save yiedpozi/a4bdb700ed7ff74c4c01d5da5668175c to your computer and use it in GitHub Desktop.
Save yiedpozi/a4bdb700ed7ff74c4c01d5da5668175c to your computer and use it in GitHub Desktop.
Laravel Command for Clear All
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