执行 PHP artisan config:cache 之后出现报错
执行php artisan config:cache
之后出现以下报错
There is no existing directory at "E:\www\code\laravel\lb-shop\storage\logs" and its not buildable: Input/output error
logs文件夹存在,权限777
试试先把各种缓存清理掉:
php artisan optimize:clear
你说你文件夹权限 777,结果 log 给的文件夹地址是 Windows 的。
是没有logs目录么?