webman 引入illuminate/database 后 webman/log 中間件報錯
這里寫具體的系統(tǒng)環(huán)境相關信息
缺少一個 illuminate/events
有啊,倒數(shù)第三個就是啊
illuminate/contracts 這個
老項目版本也是這些,是正常跑的
/config/bootstrap.php 里少了 support\bootstrap\LaravelDb::class 配置
/config/bootstrap.php
support\bootstrap\LaravelDb::class
有啊
return [ support\bootstrap\Session::class, support\bootstrap\LaravelDb::class, ];
可能是數(shù)據(jù)庫的配置文件沒有配置,我也是一樣的問題,我把database文件配置了就好了
composer require webman/console ^v1.1.8 升級試下
composer require webman/console ^v1.1.8