symfony generate bundle autoload failed的解决办法
Posted caicaizi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了symfony generate bundle autoload failed的解决办法相关的知识,希望对你有一定的参考价值。
I also encountered this problem,
I add new bundle namespace in composer.json"autoload": { "psr-4": { "AppBundle\\": "src/AppBundle", "BlogBundle\\": "src/BlogBundle" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] },
and then,
cmd $ composer dump-autoload.//如报ssh错,则修改php.ini ,开户open_ssh
the issue is settled
以上是关于symfony generate bundle autoload failed的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
Symfony 4 Bundle:AuthenticationUtils 但不存在这样的服务
Hwi oauth bundle 和 Symfony 3.4 无法自动装配服务:如何在 symfony 3.4 + FOSUserBundle 中使用 hwi/oauth-bundle