How to Generate Entities from an Existing Database

Caution

注意

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.

既存のデータベースから Doctrine エンティティを生成するために使用される doctrine:mapping:import コマンドは、2019 年に Doctrine によって廃止され、使用は推奨されなくなりました。

Instead, you can use the make:entity command from Symfony Maker Bundle to quickly generate the Doctrine entities of your application.

代わりに、Symfony Maker Bundle の make:entity コマンドを使用して、アプリケーションの Doctrine エンティティをすばやく生成できます。