10000 moved routes config for annotations · symfony/recipes@126f532 · GitHub
[go: up one dir, main page]

Skip to content

Commit 126f532

Browse files
committed
moved routes config for annotations
1 parent c19c191 commit 126f532

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
controllers:
2+
resource: ../src/Controller/
3+
type: annotation
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
}
5+
}
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
#index:
22
# path: /
33
# defaults: { _controller: 'App\Controller\DefaultController::index' }
4-
5-
# first, run composer req annotations
6-
#controllers:
7-
# resource: ../src/Controller/
8-
# type: annotation

0 commit comments

Comments
 (0)
0