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.
container_xml_path
1 parent 3f4bef9 commit b166084Copy full SHA for b166084
README.md
@@ -56,6 +56,8 @@ parameters:
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'
61
```
62
63
## Constant hassers
0 commit comments