Skip to content

Instantly share code, notes, and snippets.

@Daniyal-Javani
Last active December 11, 2021 13:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daniyal-Javani/da75655d1af6fb853271ee6ea8289638 to your computer and use it in GitHub Desktop.
Save Daniyal-Javani/da75655d1af6fb853271ee6ea8289638 to your computer and use it in GitHub Desktop.
Laravel Clear Cache
sudo rm -rf storage/framework/cache/data/*
sudo rm -rf bootstrap/cache/*
composer dump-autoload
php artisan clear
php artisan debugbar:clear
php artisan cache:clear-compiled
php artisan auth:clear-resets
php artisan config:clear
php artisan route:clear
php artisan view:clear
php artisan cache:forget spatie.permission.cache
php artisan config:cache
php artisan route:cache
php artisan view:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment