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 settledphp

相關文章
相關標籤/搜索