Created
September 1, 2019 12:12
-
-
Save AnthraxisBR/747272ae20f4e6000414886db9f9eaa8 to your computer and use it in GitHub Desktop.
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
| rm -fR ~/.cache/composer | |
| composer clear-cache | |
| composer update | |
| composer dump-autoload | |
| php artisan cache:clear | |
| php artisan route:clear | |
| php artisan view:clear | |
| rm -r storage/framework/cache | |
| rm -r storage/framework/views | |
| rm -r storage/framework/sessions | |
| rm -r storage/framework/testings | |
| timedatectl set-timezone America/Sao_Paulo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment