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
BY Best Interview Question ON 06 May 2020