Laravel 5 Clear Views Cache Laravel 5 Clear Views Cache php php

Laravel 5 Clear Views Cache


There is now a php artisan view:clear command for this task since Laravel 5.1


To get all the artisan command, type...

php artisan

If you want to clear view cache, just use:

php artisan view:clear

If you don't know how to use specific artisan command, just add "help" (see below)

php artisan help view:clear


please try this below command :

sudo php artisan cache:clearsudo php artisan view:clearsudo php artisan config:cache