Skip to content

Update reverse_engineering.rst #18035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doctrine/reverse_engineering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ How to Generate Entities from an Existing Database
The ``doctrine:mapping:import`` command used to generate Doctrine entities
from existing databases was deprecated by Doctrine in 2019 and it's no
longer recommended to use it.

As of march,2023 there is no replacement.

Instead, you can use the ``make:entity`` command from `Symfony Maker Bundle`_
to quickly generate the Doctrine entities of your application.
But it does not permit generating entities from existing database.

.. _`Symfony Maker Bundle`: https://symfony.com/bundles/SymfonyMakerBundle/current/index.html