There is no existing directory at "/mnt/hgfs/www/test/storage/logs" and its not buildable: Permission denied

我把我的laravel项目上传到了linux服务器上,但是出现了以下错误应该如何解决?
There is no existing directory at "/mnt/hgfs/www/test/storage/logs" and its not buildable: Permission denied
我的目录权限是777

《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 5

用命令行项目根目录下执行
chmod -R 777 storage

5年前 评论

请问有没有解决?在阿里云上面我也遇到同样问题

5年前 评论

尝试如下操作:

php artisan route:clear

php artisan config:clear

php artisan cache:clear
4年前 评论
TommyTu 4年前

解决了吗 老哥

4年前 评论

还没没用呀

file

file

3年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!