路由:导入带有前缀的routing.yml资源并且要求不起作用

发布于 2024-12-26 09:58:24 字数 278 浏览 0 评论 0原文

我尝试在主routing.yml文件中加载localized_routes.yml:

localized_routes:
resource: "routing_localized.yml"
prefix:   /{_locale}
requirements: { _locale : fr|es|it|de }

但它根本不起作用,要求不在生成的URL检查中,所以我可以使用我想要的任何区域设置....我在Symfony 来源仅采用前缀,而不采用要求或默认值,这是一个问题吗?

I try to load a localized_routes.yml inside the main routing.yml file with :

localized_routes:
resource: "routing_localized.yml"
prefix:   /{_locale}
requirements: { _locale : fr|es|it|de }

But it doesnt work at all, the requirements are not in the generated URL checks and so I can use any locale I want .... I see in the Symfony source that only the prefix are taken, not requirements or defaults values, is it an issue ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文