Merge pull request #91 from ElectricMaxxx/cmf_routing_bundle_

This commit is contained in:
Symfony
2017-09-28 06:36:01 -07:00
committed by GitHub
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,11 @@
# Read the documentation: https://symfony.com/doc/master/cmf/bundles/routing/configuration.html
# Install phpcr stack before using this configuration
#cmf_routing:
# chain:
# routers_by_id:
# cmf_routing.dynamic_router: 200
# router.default: 100
# dynamic:
# persistence:
# phpcr:
# enabled: true
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}