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 7dfa5af commit 46cd7d5Copy full SHA for 46cd7d5
README.md
@@ -53,11 +53,11 @@ You have to provide a path to `srcDevDebugProjectContainer.xml` or similar XML f
53
```yaml
54
parameters:
55
symfony:
56
- container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
+ container_xml_path: var/cache/dev/srcDevDebugProjectContainer.xml
57
# or with Symfony 4.2+
58
- container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
+ container_xml_path: var/cache/dev/srcApp_KernelDevDebugContainer.xml
59
# or with Symfony 5+
60
- container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
+ container_xml_path: var/cache/dev/App_KernelDevDebugContainer.xml
61
```
62
63
## Constant hassers
0 commit comments