Add biig/domain recipe

It is useful because by default some features are not enabled and it's
not always obvious they are not.
This commit is contained in:
Nek (Maxime Veber)
2019-11-17 14:22:24 +01:00
parent 855ff7c175
commit bcf8cf2f94
4 changed files with 34 additions and 0 deletions
@@ -0,0 +1,9 @@
biig_domain:
# Learn more about configuration in the bundle configuration reference
# https://github.com/biig-io/DomainComponent/blob/v1/docs/domain_event_dispatcher.md#configuration-reference
# Post persist events are *not* activated by default, you need to enable the post persist listeners
persist_listeners:
# As doctrine supports many connections, you need to enable your connections one by one
doctrine: ['default']
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,9 @@
biig_domain:
# Learn more about configuration in the bundle configuration reference
# https://github.com/biig-io/DomainComponent/blob/master/docs/domain_event_dispatcher.md#configuration-reference
# Post persist events are *not* activated by default, you need to enable the post persist listeners
persist_listeners:
# As doctrine supports many connections, you need to enable your connections one by one
doctrine: ['default']
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}