Blame | Last modification | View Log | Download
fos_rest:param_fetcher_listener:enabled: truecache_dir: '%kernel.cache_dir%/fos_rest'routing_loader: falsebody_converter:enabled: falseserializer:serialize_null: trueview:formats:json: truexml: falseview_response_listener:enabled: truefailed_validation: 400exception:enabled: truemap_exception_codes: trueserializer_error_renderer: truecodes:'Symfony\Component\HttpKernel\Exception\BadRequestHttpException': 400'App\Validator\ValidationFailedException': 400'Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException': 401'Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException': 403'Symfony\Component\Routing\Exception\ResourceNotFoundException': 404'Symfony\Component\HttpKernel\Exception\NotFoundHttpException': 404'App\API\NotFoundException': 404body_listener:enabled: truedecoders:json: fos_rest.decoder.jsontoformarray_normalizer:service: fos_rest.normalizer.camel_keysforms: trueformat_listener:enabled: truerules:- { path: ^/api, prefer_extension: true, fallback_format: json, priorities: [ json ] }zone:- { path: ^/api/* }