diff --git a/biig/domain/1.0/config/packages/biig_domain.yaml b/biig/domain/1.0/config/packages/biig_domain.yaml new file mode 100644 index 00000000..e723c16b --- /dev/null +++ b/biig/domain/1.0/config/packages/biig_domain.yaml @@ -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'] + diff --git a/biig/domain/1.0/manifest.json b/biig/domain/1.0/manifest.json new file mode 100644 index 00000000..48c4d407 --- /dev/null +++ b/biig/domain/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/biig/domain/2.0/config/packages/biig_domain.yaml b/biig/domain/2.0/config/packages/biig_domain.yaml new file mode 100644 index 00000000..7d142d85 --- /dev/null +++ b/biig/domain/2.0/config/packages/biig_domain.yaml @@ -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'] + diff --git a/biig/domain/2.0/manifest.json b/biig/domain/2.0/manifest.json new file mode 100644 index 00000000..48c4d407 --- /dev/null +++ b/biig/domain/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}