php bin/console make:crud

Create CRUD for Doctrine entity class

Usage

make:crud [<entity-class>]

Arguments

entity-class   The class name of the entity to create CRUD (e.g. <fg=yellow>DeliciousPuppy</>) 

Help

The make:crud command generates crud controller with templates for selected entity.

php bin/console make:crud BlogPost

If the argument is missing, the command will ask for the entity class name interactively.