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 cb0b5ba commit 2d2cda4Copy full SHA for 2d2cda4
doctrine/reverse_engineering.rst
@@ -9,8 +9,11 @@ How to Generate Entities from an Existing Database
9
The ``doctrine:mapping:import`` command used to generate Doctrine entities
10
from existing databases was deprecated by Doctrine in 2019 and it's no
11
longer recommended to use it.
12
+
13
+ As of march,2023 there is no replacement.
14
15
Instead, you can use the ``make:entity`` command from `Symfony Maker Bundle`_
16
to quickly generate the Doctrine entities of your application.
17
+ But it does not permit generating entities from existing database.
18
19
.. _`Symfony Maker Bundle`: https://symfony.com/bundles/SymfonyMakerBundle/current/index.html
0 commit comments