Use PHP to define the services and routes of the app

This commit is contained in:
Nicolas Grekas
2020-02-24 17:24:22 +01:00
parent e76843f80e
commit 8da7d03c93
6 changed files with 93 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
../../4.2/config/packages/
+6
View File
@@ -0,0 +1,6 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["router"]
}