In this blog we discuss about the clearing of the laravel cache using the artisan command
php artisan cache:clear php artisan config:clear php artisan route:clear php artisan view:clear
Alternatively, you can use the below command
php artisan optimize