«
There is no existing directory at \“/home/devops/Dev/Laravel/designhouse/storage/logs\” and it could not be created: Permission denied"
时间:2021-8-9
作者:网络剑客
分类: php
在项目根目录执行如下命令搞定:
php artisan route:clear
php artisan config:clear
php artisan cache:clear
标签: laravel