FOSRestBundle 2.3 的配置文件?



我正在寻找 FOSRestBundle 2.3 的配置路径。 我有Symfony 2.8。

我已经检查了app/config/config.yml,但没有任何关于fos_rest:/

当我键入 PHP 应用程序/控制台 config:debug fos_rest时,我得到了这个捆绑包的配置。

请帮忙!

我的捆绑包有当前的配置。

# FOSRest Configuration
fos_rest:
body_listener: true
format_listener:
rules:
- { path: '^/filemanager', priorities: ['html'], fallback_format: html, prefer_extension: false }
- { path: '^/html', priorities: ['html'], fallback_format: html, prefer_extension: false }
- { path: '^/', priorities: ['json'], fallback_format: json, prefer_extension: false }
param_fetcher_listener: true
view:
view_response_listener: 'force'
formats:
json: true
exception:
enabled: true

相关内容

  • 没有找到相关文章

最新更新