add routes dev config

This commit is contained in:
Yonel Ceruto
2019-09-06 10:57:24 -04:00
parent ffdcde7360
commit 822d426413
6 changed files with 6 additions and 5 deletions
-1
View File
@@ -1 +0,0 @@
../4.2/config/
+1
View File
@@ -0,0 +1 @@
../../4.2/config/bootstrap.php
+1
View File
@@ -0,0 +1 @@
../../4.2/config/packages/
@@ -0,0 +1,3 @@
_errors:
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
prefix: /__error
+1
View File
@@ -0,0 +1 @@
../../4.2/config/services.yaml
@@ -1,4 +0,0 @@
twig:
default_path: '%kernel.project_dir%/templates'
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'