Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aed5c7 commit 997ef97Copy full SHA for 997ef97
1 file changed
manual/en/tools.txt
@@ -169,6 +169,13 @@ for the ran operation.
169
170
Before using the orm:schema-tool commands, remember to configure your cli-config.php properly.
171
172
+> **NOTE**
173
+>
174
+> When using the Annotation Mapping Driver you have to either setup your autoloader in the cli-config.php
175
+> correctly to find all the entities, or you can use the second argument of the `EntityManagerHelper` to
176
+> specifiy all the paths of your entities (or mapping files), i.e.
177
+> `new \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper($em, $mappingPaths);`
178
+
179
++ Convert Mapping Information
180
181
Doctrine comes with some special tools for working with the various supported
0 commit comments