Skip to content

Instantly share code, notes, and snippets.

@iradofurioso
Created June 16, 2019 13:07
Show Gist options
  • Save iradofurioso/a3c5f8b3d7a3bec95419dc9ef3255cae to your computer and use it in GitHub Desktop.
Save iradofurioso/a3c5f8b3d7a3bec95419dc9ef3255cae to your computer and use it in GitHub Desktop.
Limpa todos os arquivos de cache no Laravel | Clear all Laravel cache files
php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan clear-compiled
php artisan config:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment