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 9f2fb49 commit 0eb5149Copy full SHA for 0eb5149
cookbook/doctrine/reverse_engineering.rst
@@ -60,10 +60,10 @@ tables fields.
60
61
.. code-block:: bash
62
63
- $ php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force
+ $ php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine --from-database --force
64
65
This command line tool asks Doctrine to introspect the database and generate
66
-the XML metadata files under the ``src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm``
+the XML metadata files under the ``src/Acme/BlogBundle/Resources/config/doctrine``
67
folder of your bundle.
68
69
.. tip::
0 commit comments