标签: php symfony format routes
有没有办法为应用程序中的所有路由更改默认的html RequestFormat?
html
这可能有效,但我需要将其设置为每条路线:
article_show: pattern: /articles/{culture}/{year}/{title}.{_format} defaults: { _controller: AcmeDemoBundle:Article:show, _format: %global_format% }