InfyOm\Generator\Commands\Scaffold\ScaffoldGeneratorCommand::handle PHP 메소드

handle() 공개 메소드

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