Created
June 16, 2019 13:07
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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