Skip to content

Instantly share code, notes, and snippets.

@ffmit
Created October 24, 2019 11:17
Show Gist options
  • Save ffmit/b0c3e710effc8d417c35e07696debf7a to your computer and use it in GitHub Desktop.
Save ffmit/b0c3e710effc8d417c35e07696debf7a to your computer and use it in GitHub Desktop.
Clear all caches in Laravel
php artisan route:clear && php artisan view:clear && php artisan config:clear && php artisan cache:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment