Skip to content

Instantly share code, notes, and snippets.

@m4tlch
Last active February 22, 2019 14:13
Show Gist options
  • Save m4tlch/d0109b9eae5eae4b5cb06dd422ba3636 to your computer and use it in GitHub Desktop.
Save m4tlch/d0109b9eae5eae4b5cb06dd422ba3636 to your computer and use it in GitHub Desktop.
Laravel 5 cache clear
php artisan config:clear
php artisan cache:clear
composer dump-autoload
php artisan view:clear
php artisan route:clear
sudo chmod -Rf 0777 /var/www/html/{project-name}/bootstrap/cache
sudo chmod -Rf 0777 /var/www/html/{project-name}/storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment