File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ How to Generate Entities from an Existing Database
77.. caution ::
88
99 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.
10+ from existing databases was deprecated by Doctrine in 2019 and there's no
11+ replacement for it.
1412
1513 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.
14+ to help you generate the code of your Doctrine entities. This command
15+ requires manual supervision because it doesn't generate entities from
16+ existing databases.
1817
1918.. _`Symfony Maker Bundle` : https://symfony.com/bundles/SymfonyMakerBundle/current/index.html
You can’t perform that action at this time.
0 commit comments