mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add some sample of configuration for the new version of the bundle (#1653)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# By default, the bundle will be active on all connections registered,
|
||||
# but you can specify explicitly which connections it should be enabled on.
|
||||
# Defaults to empty array []
|
||||
|
||||
#biig_domain:
|
||||
# entity_managers: ['default']
|
||||
8
swag-industries/doctrine-domain-events/3.1/manifest.json
Normal file
8
swag-industries/doctrine-domain-events/3.1/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user