Skip to content

Instantly share code, notes, and snippets.

@nasrulhazim
Created December 2, 2019 01:47
Show Gist options
  • Save nasrulhazim/e7991a18c52814657daadde6d06eb75b to your computer and use it in GitHub Desktop.
Save nasrulhazim/e7991a18c52814657daadde6d06eb75b to your computer and use it in GitHub Desktop.
Clear All Laravel Caches
rm bootstrap/cache/*.php
composer dumpautoload -o
php artisan reload:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment