GenerateDatabaseSeederCommand
class GenerateDatabaseSeederCommand extends Command
Generate database seeder.
Run bin/console generate-database-seeders
or bin/console database
Methods
void
configure()
Configure the command.
int
execute(InputInterface $input, OutputInterface $output)
Run the console command.
Details
at line 30
protected void
configure()
Configure the command.
at line 48
protected int
execute(InputInterface $input, OutputInterface $output)
Run the console command.