File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +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.
10+ from existing databases was deprecated by Doctrine in 2019 and there 's no
11+ replacement for it.
1212
1313 Instead, you can use the ``make:entity `` command from `Symfony Maker Bundle `_
14- to quickly generate the Doctrine entities of your application.
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.
1517
1618.. _`Symfony Maker Bundle` : https://symfony.com/bundles/SymfonyMakerBundle/current/index.html
You can’t perform that action at this time.
0 commit comments