please provide a valid cache path

Please provide a valid cache path





Step 1: Create folders under storage/framework:

  •  sessions 
  •  views 
  •  cache

Step 2: Clear Application cache - run commands:

  • php artisan cache:clear
  • php artisan config:clear
  • php artisan view:clear
Thank you