diff --git a/docs/index.rst b/docs/index.rst index 1d56c1e9c..e1942b5e6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,6 +41,9 @@ optional arguments and options. Check them out with the ``--help`` option: $ php bin/console make:controller --help +.. caution:: + + ``make:entity`` requires ``doctrine/orm`` to be installed and configured. This maker support only ORM, not ODM. Linting Generated Code ______________________