InfyOm\Generator\Commands\Scaffold\ScaffoldGeneratorCommand::handle PHP Method

handle() public method

Execute the command.
public handle ( ) : void
return void
    public function handle()
    {
        parent::handle();
        $this->generateCommonItems();
        $this->generateScaffoldItems();
        $this->performPostActionsWithMigration();
    }