嗨,我正在从 2.7 迁移到 symfony4。我确实有几个捆绑包,我按照说明操作:https ://symfony.com/doc/current/routing/external_resources.html
我的配置/bundle.php:
...
App\Frontend\MainBundle\FrontendMainBundle::class => ['all' => true],
...
我的配置/routes.yaml:
frontend_main:
resource: "@AppFrontendMainBundle/Resources/config/routing.frontend.main.yml"
#also tried here without App
我收到一条消息:
“frontend_main”下无法识别的选项“resource”。
我做错了什么?