Skip to content

Instantly share code, notes, and snippets.

@merltron-pa
Last active November 23, 2020 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merltron-pa/4c265d29eeadf8cc3d074f70b60bcd59 to your computer and use it in GitHub Desktop.
Save merltron-pa/4c265d29eeadf8cc3d074f70b60bcd59 to your computer and use it in GitHub Desktop.
PHP/JMS Article: Condensed FOS REST config
fos_rest:
body_converter:
enabled: true
allowed_methods_listener: true
format_listener:
rules:
- { path: '^/', prefer_extension: true, fallback_format: json, priorities: [ 'json', 'xml'] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment