Skip to content

Instantly share code, notes, and snippets.

@mubassirhayat
Created August 5, 2019 10:59
Show Gist options
  • Save mubassirhayat/e21379dc4865a96c0b29995bafad0a39 to your computer and use it in GitHub Desktop.
Save mubassirhayat/e21379dc4865a96c0b29995bafad0a39 to your computer and use it in GitHub Desktop.
Commands to run right after package update in composer or code change in laravel
php artisan cache:clear && php artisan view:clear && php artisan event:clear && php artisan optimize:clear && php artisan route:clear && php artisan clear-compiled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment