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

上一篇:Centos6.6上源码安装Nodejs V4版本


下一篇:页面上使用 Thymeleaf 的内联js不当造成了 java.lang.*Error: null 问题