我开发了一些应用程序接口,这是一个apiato项目,因为我开发了一些应用程序接口,它工作得很好,但当我运行php artisan optimize命令时,所有的应用程序接口都不能工作,我得到以下错误
UnexpectedValueException: There is no existing directory at "C:\apiato-project\apiato\storage\logs" and it could not be created: Protocol error in file /home/vagrant/code/apiato/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php on line 189请帮我解决这个问题
发布于 2021-08-07 14:17:08
这非常简单,您只需更新composer更新
composer install --ignore-platform-reqs看起来不错
https://stackoverflow.com/questions/68693059
复制相似问题