Container.php一更換,就會(huì)報(bào)錯(cuò)
沒找到你那個(gè)依賴注入的東西,你是否安裝相應(yīng)的包了,是否按照文檔配置 http://wtbis.cn/doc/webman/di.html
就是按照這個(gè)來的
一直都提示這個(gè)錯(cuò)誤,不知道具體原因
執(zhí)行composer require doctrine/annotations ^1.14 用doctrine/annotations 1.14版本,2.0版本是他們最新發(fā)布的版本,不兼容1.0.
composer require doctrine/annotations ^1.14
doctrine/annotations
謝謝,非常感謝你