How to clear cache in Laravel?
Please run below artisan commands step wise step.
php artisan config:clear
php artisan cache:clear
composer dump-autoload
php artisan view:clear
php artisan route:clear
Suggest An Answer
No suggestions Available!
Please run below artisan commands step wise step.
php artisan config:clear
php artisan cache:clear
composer dump-autoload
php artisan view:clear
php artisan route:clear