"Please provide a valid cache path" error in laravel "Please provide a valid cache path" error in laravel laravel laravel

"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:

  1. php artisan cache:clear
  2. php artisan config:clear
  3. php artisan view:clear


So apparently what happened was when I was duplicating my project the framework folder inside my storage folder was not copied to the new directory, this cause my error.