php bin/console make:fixtures

Create a new class to load Doctrine fixtures

Usage

make:fixtures [<fixtures-class>]

Arguments

fixtures-class   The class name of the fixtures to create (e.g. <fg=yellow>AppFixtures</>) 

Help

The make:fixtures command generates a new Doctrine fixtures class.

php bin/console make:fixtures AppFixtures

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