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

相关文章:

  • 2021-11-29
  • 2021-03-30
  • 2021-04-20
  • 2022-01-06
  • 2021-08-22
  • 2021-09-18
  • 2021-11-13
猜你喜欢
  • 2022-12-23
  • 2022-01-12
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案