Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Serializer groups support #764

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ framework:
form: ~
csrf_protection: ~
validation: { enable_annotations: true }
#serializer: { enable_annotations: true }
templating:
engines: ['twig']
#assets_version: SomeVersionScheme
Expand Down
4 changes: 3 additions & 1 deletion app/config/config_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ imports:

#framework:
# validation:
# cache: apc
# cache: validator.mapping.cache.apc
# serializer:
# cache: serializer.mapping.cache.apc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this service be available by default?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing me in the right direction.


#doctrine:
# orm:
Expand Down