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

handle() public method

Execute the command.
public handle ( ) : void
return void
    public function handle()
    {
        parent::handle();
        $viewGenerator = new ViewGenerator($this->commandData);
        $viewGenerator->generate();
        $this->performPostActions();
    }