GenerateSeedersCommand
class GenerateSeedersCommand extends Command
Generate seeders.
Run bin/console generate-seeders
or bin/console seeders
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 54
protected int
execute(InputInterface $input, OutputInterface $output)
Run the console command.