mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
changed the way we register annotations
This commit is contained in:
+2
-1
@@ -4,5 +4,6 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"aliases": ["annotations", "annotation", "annot", "annots"]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"aliases": ["annotations", "annotation", "annot", "annots"]
|
||||
}
|
||||
@@ -2,8 +2,7 @@
|
||||
# path: /
|
||||
# defaults: { _controller: 'App\Controller\DefaultController::index' }
|
||||
|
||||
# Depends on sensio/framework-extra-bundle, doctrine/annotations, and doctrine/cache
|
||||
# install with composer req sensio/framework-extra-bundle annot
|
||||
# first, run composer req annotations
|
||||
#controllers:
|
||||
# resource: ../src/Controller/
|
||||
# type: annotation
|
||||
|
||||
Reference in New Issue
Block a user