Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 symfony2 中,我有一个需要加载 KnpMenuBundle 的 CMS 包。有没有办法让 CMS 包自动加载菜单包?
或者我是否需要在安装 CMS 捆绑包时手动将菜单捆绑到 AppKernel 中?
把它放在 appKernal 中就是做你想做的事。了解延迟加载和依赖注入。为了使用一个包,它需要在 appKernal 中