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 ba75d27 commit 71bc1dfCopy full SHA for 71bc1df
README.md
@@ -136,3 +136,14 @@ autoDI:
136
- %appDir%
137
- %appDir%/../vendor
138
```
139
+
140
+## Register services on configuration
141
142
+Compiler extensions such as AutoDIExtension manipulates the DI container
143
+in two phases (configuration loading and before compilation).
144
+By default this extension registers all services before compilation.
145
+This may not be optimal if you wan't to use this extension with other extensions
146
+such as decorator.
147
148
+You can enforce registration in configuration phase
149
+by setting `registerOnConfiguration` option to true.
0 commit comments