“Please provide a valid cache path” error in laravel



This content originally appeared on DEV Community and was authored by Manish Chaudhary

Run following commands

cd storage/
mkdir -p framework/{sessions,views,cache}
chmod -R 775 framework


This content originally appeared on DEV Community and was authored by Manish Chaudhary