class CleanCommand extends Command

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

at line 30
protected int execute(InputInterface $input, OutputInterface $output)

Run the console command.

Parameters

InputInterface $input
OutputInterface $output

Return Value

int