mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
Merge pull request #260
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
controllers:
|
||||
resource: ../src/Controller/
|
||||
type: annotation
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,3 @@
|
||||
#index:
|
||||
# path: /
|
||||
# defaults: { _controller: 'App\Controller\DefaultController::index' }
|
||||
|
||||
# first, run composer req annotations
|
||||
#controllers:
|
||||
# resource: ../src/Controller/
|
||||
# type: annotation
|
||||
|
||||
Reference in New Issue
Block a user