I cloned a Laravel 5.2 project.
When I install the composer, I got an error:
[InvalidArgumentException] Please provide a valid cache path.
Abstract folders exist:
storage/app storage/framework storage/logs bootstrap/cache
and all its 777.
How can I fix this error!
php laravel
steve
source share