I cloned a Laravel 5.2 project.
When I execute composer install, I got the error:
[InvalidArgumentException] Please provide a valid cache path.
Run these commands in your terminal.
cd storage/ mkdir -p framework/{session,views,cache} chmod -R 775 framework chown -R www-data:www-data framework