Symfony error The class XXX was not found in the chain configured namespaces XXX

后端 未结 3 650
栀梦
栀梦 2020-11-29 09:59

There are some other questions on this subject already, but none of them were really helpful. I am new to Symfony, so it\'s pretty hard to get my head around it.

I

3条回答
  •  一向
    一向 (楼主)
    2020-11-29 10:31

    My mistake was that I forgot to add distant bundles/bundles in "vendor" inside my AppKernel file.

    They weren't registered in the registerBundles() method.

提交回复
热议问题