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 3561a7c

Browse filesBrowse files
dunglasfabpot
authored andcommitted
Serializer groups support
1 parent 919fb17 commit 3561a7c
Copy full SHA for 3561a7c

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
@@ -13,6 +13,7 @@ framework:
1313
form: ~
1414
csrf_protection: ~
1515
validation: { enable_annotations: true }
16+
#serializer: { enable_annotations: true }
1617
templating:
1718
engines: ['twig']
1819
#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.