Skip to content

Instantly share code, notes, and snippets.

@Affenpilot
Last active July 3, 2018 09:08
Show Gist options
  • Save Affenpilot/b22d16adab63556919b39b8d58a9ccd2 to your computer and use it in GitHub Desktop.
Save Affenpilot/b22d16adab63556919b39b8d58a9ccd2 to your computer and use it in GitHub Desktop.
Laravel Cache Clear
// Flush the application cache
php artisan cache:clear
// Remove the configuration cache file
php artisan config:clear
// Remove the route cache file
php artisan route:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment