class CleanCommand extends Command (View source)

Clean generated files, seeders, models, factories and migration files.

run bin/console clean

Methods

int
execute(InputInterface $input, OutputInterface $output)

Run the console command.

Details

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

Run the console command.

Parameters

InputInterface $input
OutputInterface $output

Return Value

int