Laravel 中的协议错误

Protocol error in Laravel

我正在使用Laravel 5.6.23

这是我的错误信息:

UnexpectedValueException    
There is no existing directory at "C:\timereg-project\Laravel\storage\logs" and its not buildable: Protocol error

目录 logs 实际上存在于我的 Laravel 项目中。 我试过这个不起作用:

php artisan cache:clear
php artisan clear-compiled

我试过这个也不起作用:

composer dump-autoload

如果我试试这个:

sudo chmod -R 777 storage
sudo chmod -R 777 storage

我收到错误

chmod: cannot access 'Laravel/storage/logs': no such file or directory

无效的命令:

composer update

我该怎么办?感觉我完全无法访问 logs 文件夹。

如果所有设置和权限都正确,它应该可以工作。试试你错过的这个命令:

php artisan config:clear