Back

Commands to clear all laravel Cache

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

php artisan config:clear php artisan cache:clear php artisan view:clear php artisan route:clear php artisan optimize composer dump-autoload ///////////////////////////////// Quick Command ... php artisan config:clear && php artisan cache:clear && php artisan view:clear && php artisan route:clear && php artisan optimize && composer dump-autoload /////////////////////// Other .... php artisan key:generate copy .env.example .env composer update