“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

Leave a Comment