File tree 1 file changed +5
-3
lines changed
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
7
7
.. caution ::
8
8
9
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.
10
+ from existing databases was deprecated by Doctrine in 2019 and there 's no
11
+ replacement for it.
12
12
13
13
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.
15
17
16
18
.. _`Symfony Maker Bundle` : https://symfony.com/bundles/SymfonyMakerBundle/current/index.html
You can’t perform that action at this time.
0 commit comments