Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit a2ee460

Browse filesBrowse files
committed
feature #764 Serializer groups support (dunglas)
This PR was squashed before being merged into the 2.7 branch (closes #764). Discussion ---------- Serializer groups support | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Enable serializer groups (related to symfony/symfony#13107). Commits ------- 3561a7c Serializer groups support
2 parents e27d336 + 3561a7c commit a2ee460
Copy full SHA for a2ee460

File tree

Expand file treeCollapse file tree

2 files changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-1
lines changed

‎app/config/config.yml

Copy file name to clipboardExpand all lines: app/config/config.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ framework:
1818
form: ~
1919
csrf_protection: ~
2020
validation: { enable_annotations: true }
21+
#serializer: { enable_annotations: true }
2122
templating:
2223
engines: ['twig']
2324
#assets_version: SomeVersionScheme

‎app/config/config_prod.yml

Copy file name to clipboardExpand all lines: app/config/config_prod.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ imports:
33

44
#framework:
55
# validation:
6-
# cache: apc
6+
# cache: validator.mapping.cache.apc
7+
# serializer:
8+
# cache: serializer.mapping.cache.apc
79

810
#doctrine:
911
# orm:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.