class GenerateMigrationsCommand extends Command (View source)

Generate migrations.

Run bin/console generate-migrations or bin/console migrations

Methods

void
configure()

Configure the command.

int
execute(InputInterface $input, OutputInterface $output)

Run the console command.

Details

protected void configure()

Configure the command.

Return Value

void

protected int execute(InputInterface $input, OutputInterface $output)

Run the console command.

Parameters

InputInterface $input
OutputInterface $output

Return Value

int