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

前端 未结 7 1748
后悔当初
后悔当初 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:54

    You have to make sure the storage folder exists. If you're deploying from git, make sure the storage folder itself is tracked and created automatically.

提交回复
热议问题