moved routes config for annotations

This commit is contained in:
Fabien Potencier
2017-11-18 09:19:53 +02:00
parent c19c191cfe
commit 126f532c03
3 changed files with 8 additions and 5 deletions
@@ -0,0 +1,3 @@
controllers:
resource: ../src/Controller/
type: annotation
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
-5
View File
@@ -1,8 +1,3 @@
#index:
# path: /
# defaults: { _controller: 'App\Controller\DefaultController::index' }
# first, run composer req annotations
#controllers:
# resource: ../src/Controller/
# type: annotation