laravel每日生成的日志文件无权限写入解决方案

问题

/laravel-2019-03-13.log “could not be opened:failed to open stream:Permission denied”

解决

setfacl -R -d -m user:www:rwx laravel/storage/logs/

setfacl -R -d -m group:www:rwx laravel/storage/logs/

    原文作者:reg183
    原文地址: https://blog.csdn.net/chendongpu/article/details/109569163
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞