We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548bd9c commit dd10fddCopy full SHA for dd10fdd
README.md
@@ -50,14 +50,14 @@ includes:
50
51
You have to provide a path to `srcDevDebugProjectContainer.xml` or similar XML file describing your container.
52
53
-```
+```yaml
54
parameters:
55
symfony:
56
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
57
# or with Symfony 4.2+
58
container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
59
- # or with Symfony 5+
60
- container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
+ # or with Symfony 5+
+ container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
61
```
62
63
## Constant hassers
0 commit comments