Skip to content

Commit 348e80a

Browse files
committed
minor #1611 [doc] make:entity requires Doctrine (alexislefebvre)
This PR was squashed before being merged into the 1.x-dev branch. Discussion ---------- [doc] make:entity requires Doctrine Someone on Stack Overflow asked (question is not published yet) if `make:entity` can be used without Doctrine. It looks like MakerBundle can only manage Doctrine entities, so I added it in the docs, hopefully that is true. Otherwise we'll have to change or close this PR. Commits ------- 6adfa32 [doc] make:entity requires Doctrine
2 parents fa367a3 + 6adfa32 commit 348e80a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/index.rst

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ optional arguments and options. Check them out with the ``--help`` option:
4141
4242
$ php bin/console make:controller --help
4343
44+
.. caution::
45+
46+
``make:entity`` requires ``doctrine/orm`` to be installed and configured. This maker support only ORM, not ODM.
4447

4548
Linting Generated Code
4649
______________________

0 commit comments

Comments
 (0)