我正在将一个项目从Symfony 2.8迁移到3.4。
在这个项目中,我使用sonataUserBundle作为依赖项(迁移前),不幸的是,它在Symfony 3中无法工作。
因此,我尝试将SonataAdminBundle与FosUserBundle结合使用,并删除了SonataUserBundle依赖项。
在从config.yml文件中删除“config.yml”配置后,我有以下异常:
在呈现模板时引发异常(“无法为指定路由”admin_del_user_user_edit生成URL,因为这样的路由不存在“)。
因此,我的问题是:是否可以删除sonataUserBundle,只使用sonataAdminBundle和FosUserBundle来构建后台办公室?
如何解析routeNotFoundException?
https://stackoverflow.com/questions/63380305
复制相似问题