Skip to main content

"Please provide a valid cache path" error

Laravel needs the following folders during composer install so you have to create it:

mkdir -p storage/framework/{sessions,views,cache}

composer install should work once these folders are created.