Merge pull request #47 from 20uf/fos-rest-bundle

This commit is contained in:
Symfony
2017-06-24 09:39:36 -07:00
committed by GitHub
2 changed files with 23 additions and 0 deletions
@@ -0,0 +1,15 @@
# Read the documentation: https://symfony.com/doc/master/bundles/FOSRestBundle/index.html
fos_rest: ~
# param_fetcher_listener: true
# allowed_methods_listener: true
# routing_loader: true
# view:
# view_response_listener: true
# exception:
# codes:
# App\Exception\MyException: 403
# messages:
# App\Exception\MyException: Forbidden area.
# format_listener:
# rules:
# - { path: ^/api, prefer_extension: true, fallback_format: json, priorities: [ json, html ] }
@@ -0,0 +1,8 @@
{
"bundles": {
"FOS\\RestBundle\\FOSRestBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}