/storage/logs中没有现有目录,并且该目录不可构建:权限被拒绝 [英] There is no existing directory at /storage/logs and its not buildable: Permission denied

查看:74
本文介绍了/storage/logs中没有现有目录,并且该目录不可构建:权限被拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在ovh Web服务器上部署laravel时遇到问题. 制成后

I have a problem with my laravel deploiement on a ovh webserver. After made

composer update

php artisan cache:clear

php artisan route:clear

php artisan dump-autoload

我有这个答案:
There is no existing directory at /storage/logs and its not buildable: Permission denied
我将所有文件都放在777 chmod上,但是我一直都有这个答案.

I have this answer:
There is no existing directory at /storage/logs and its not buildable: Permission denied
I put all the files on 777 chmod but I have always this answer.

推荐答案

请尝试以下命令

php artisan route:clear

php artisan config:clear

php artisan cache:clear

注意:如果您是Homestead& VirtualBox用户,请确保您的VirtualBox是最新的.

Note: In case you are a Homestead & VirtualBox user, please be sure that your VirtualBox is up to date.

它在此 查看全文

相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆