Skip to content

Instantly share code, notes, and snippets.

@GhazanfarMir
Last active March 24, 2016 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GhazanfarMir/3c9b4a78057e3cb5f89e to your computer and use it in GitHub Desktop.
Save GhazanfarMir/3c9b4a78057e3cb5f89e to your computer and use it in GitHub Desktop.
Laravel 5 Clear Cache
Reoptimized class loader:
php artisan optimize
Clear Cache facade value:
php artisan cache:clear
Clear Route cache:
php artisan route:cache
Clear View cache:
php artisan view:clear
Clear Config cache:
php artisan config:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment