This is the message I get:
"Laravel.log could not be opened: failed to open stream: Permission denied"
I have tried using chmod -R 777 /storage /bootstrap/cache
but that doesn't solve the problem. Any idea?
Thanks!
This is the message I get:
"Laravel.log could not be opened: failed to open stream: Permission denied"
I have tried using chmod -R 777 /storage /bootstrap/cache
but that doesn't solve the problem. Any idea?
Thanks!
In the terminal, go to the project's root directory:
chmod -R o+w storage
chmod -R o+w bootstrap