Hi I'm facing a very frustrating problem, my laravel instance is showing this error.
ErrorException in Filesystem.php line 74:
file_put_contents(/43dc150b6c864d7c0166002994bb8cbc): failed to open stream: Permission denied
the storage directory is writable and app,framework, logs directory is also created in that folder, I've also change the permission of storage to 775 but still such error appear. How can I fix this?
Thanks