"Please provide a valid cache path" error in laravel
Try the following:
create these folders under storage/framework:
sessions
views
cache
Now it should work
Try this:
php artisan cache:clear
php artisan config:clear
php artisan view:clear
Try the following:
create these folders under storage/framework:
sessions
views
cache
Now it should work
Try this:
php artisan cache:clear
php artisan config:clear
php artisan view:clear