开发 PHP laravellaravle日志写入权限修复 2winter 2020-11-17 (Updated: 2020-11-17)123udo chgrp -R www-data storage bootstrap/cachesudo chmod -R ug+rwx storage bootstrap/cache不推荐直接使用chmod -R 777 xxx 切换到www用户比较合适。