mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Add tsantos serializer recipe
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
tsantos_serializer:
|
||||
generation_strategy: never
|
||||
@@ -0,0 +1,2 @@
|
||||
tsantos_serializer:
|
||||
generation_strategy: always
|
||||
@@ -0,0 +1,6 @@
|
||||
tsantos_serializer:
|
||||
generation_strategy: file_not_exists
|
||||
# mapping:
|
||||
# paths:
|
||||
# - { namespace: "App\\Entity", path: "%kernel.project_dir%/src/Entity" }
|
||||
# - { namespace: "App\\Document", path: "%kernel.project_dir%/config/serializer" }
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"TSantos\\SerializerBundle\\TSantosSerializerBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user