From 6adfa32833e9f1e8f526179fdf5e4c1022b89247 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Mon, 28 Oct 2024 14:59:49 +0100 Subject: [PATCH] [doc] make:entity requires Doctrine --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ______________________