Laravel 5: laravel.log could not be opened: Permission Denied

前端 未结 7 1649
后悔当初
后悔当初 2021-01-31 00:19

To stop you from the start, there is NO permission issue. /storage is recursively chmodded 777 and whole project folder is chowned by apache:apache

I even r

7条回答
  •  难免孤独
    2021-01-31 00:43

    Since laravel.log is in the storage folder, so I will suggest you run this command on your terminal on Mac.

    chmod -Rf 0777 storage 
    

提交回复
热议问题