10 lines
235 B
YAML
10 lines
235 B
YAML
|
|
imports:
|
||
|
|
- { resource: ../config_dev.yml }
|
||
|
|
- { resource: config.yml }
|
||
|
|
|
||
|
|
framework:
|
||
|
|
router:
|
||
|
|
resource: "%kernel.project_dir%/app/config/admin/routing_dev.yml"
|
||
|
|
strict_requirements: true
|
||
|
|
profiler: { only_exceptions: false }
|