new: dev: upgrade to the latest symfony v4 #3
This commit is contained in:
3
config/routes/annotations.yaml
Normal file
3
config/routes/annotations.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
controllers:
|
||||
resource: ../../src/Controller/
|
||||
type: annotation
|
||||
3
config/routes/dev/twig.yaml
Normal file
3
config/routes/dev/twig.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
_errors:
|
||||
resource: '@TwigBundle/Resources/config/routing/errors.xml'
|
||||
prefix: /_error
|
||||
7
config/routes/dev/web_profiler.yaml
Normal file
7
config/routes/dev/web_profiler.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
web_profiler_wdt:
|
||||
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
|
||||
prefix: /_wdt
|
||||
|
||||
web_profiler_profiler:
|
||||
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
|
||||
prefix: /_profiler
|
||||
8
config/routes/sonata_admin.yaml
Normal file
8
config/routes/sonata_admin.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
admin_area:
|
||||
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
|
||||
prefix: /admin
|
||||
|
||||
_sonata_admin:
|
||||
resource: .
|
||||
type: sonata_admin
|
||||
prefix: /admin
|
||||
7
config/routes/sonata_user.yaml
Normal file
7
config/routes/sonata_user.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
sonata_user_admin_security:
|
||||
resource: '@SonataUserBundle/Resources/config/routing/admin_security.xml'
|
||||
prefix: /admin
|
||||
|
||||
sonata_user_admin_resetting:
|
||||
resource: '@SonataUserBundle/Resources/config/routing/admin_resetting.xml'
|
||||
prefix: /admin/resetting
|
||||
Reference in New Issue
Block a user