Skip to content

Commit fe5f5d8

Browse files
Adding scanDirectories to README for Symfony 5.3+
1 parent 4ae5cbe commit fe5f5d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ parameters:
6666
container_xml_path: var/cache/dev/srcApp_KernelDevDebugContainer.xml
6767
# or with Symfony 5+
6868
container_xml_path: var/cache/dev/App_KernelDevDebugContainer.xml
69+
# If you're using PHP config files for Symfony 5.3+, you also need this for auto-loading of `Symfony\Config`:
70+
scanDirectories:
71+
- var/cache/dev/Symfony/Config
6972
```
7073
7174
## Constant hassers

0 commit comments

Comments
 (0)