Skip to content

Instantly share code, notes, and snippets.

@AnthraxisBR
Created September 1, 2019 12:12
Show Gist options
  • Select an option

  • Save AnthraxisBR/747272ae20f4e6000414886db9f9eaa8 to your computer and use it in GitHub Desktop.

Select an option

Save AnthraxisBR/747272ae20f4e6000414886db9f9eaa8 to your computer and use it in GitHub Desktop.
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