first commit symfony 6
This commit is contained in:
4
config/routes/annotations.yaml
Normal file
4
config/routes/annotations.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
controllers:
|
||||
resource: ../../src/Controller/RestController.php
|
||||
type: annotation
|
||||
|
4
config/routes/framework.yaml
Normal file
4
config/routes/framework.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
when@dev:
|
||||
_errors:
|
||||
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
|
||||
prefix: /_error
|
7
config/routes/nelmio_api_doc.yaml
Normal file
7
config/routes/nelmio_api_doc.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
# Expose your documentation as JSON swagger compliant
|
||||
app_swagger_ui:
|
||||
path: /rest
|
||||
methods: GET
|
||||
defaults: { _controller: nelmio_api_doc.controller.swagger_ui }
|
||||
|
||||
|
3
config/routes/oneup_uploader.yaml
Normal file
3
config/routes/oneup_uploader.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
oneup_uploader:
|
||||
resource: .
|
||||
type: uploader
|
8
config/routes/web_profiler.yaml
Normal file
8
config/routes/web_profiler.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
when@dev:
|
||||
web_profiler_wdt:
|
||||
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
|
||||
prefix: /_wdt
|
||||
|
||||
web_profiler_profiler:
|
||||
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
|
||||
prefix: /_profiler
|
Reference in New Issue
Block a user