Skip to content

Instantly share code, notes, and snippets.

@iamphilrae
Created November 4, 2019 14:28
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 iamphilrae/07eddd7a5d277a1d3442664dccb4a692 to your computer and use it in GitHub Desktop.
Save iamphilrae/07eddd7a5d277a1d3442664dccb4a692 to your computer and use it in GitHub Desktop.
Laravel Clear Cache Commands
# Config Cache
php artisan config:clear
# Application Cache
php artisan cache:clear
# Route Cache
php artisan route:cache
# View Cache
php artisan view:clear
@Yousha
Copy link

Yousha commented Mar 26, 2024

php artisan optimize:clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment