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