Add becklyn/javascript-routing bundle

This commit is contained in:
Jannik Zschiesche
2019-09-09 10:56:54 +02:00
parent 9d855f7c7c
commit 2ac7d28fad
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
_import.becklyn_javascript_routing:
resource: '@BecklynJavaScriptRoutingBundle/Resources/config/routes.yaml'
prefix: /_v/routing

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Becklyn\\JavaScriptRouting\\BecklynJavaScriptRoutingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}