We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e8f79 commit 5453e03Copy full SHA for 5453e03
README.md
@@ -30,6 +30,8 @@ includes:
30
parameters:
31
symfony:
32
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
33
+ # or with Symfony 4.2+
34
+ container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
35
```
36
37
You have to provide a path to `srcDevDebugProjectContainer.xml` or similar xml file describing your container.
0 commit comments