InfyOm\Generator\Commands\Publish\PublishTemplateCommand::handle PHP Method

handle() public method

Execute the command.
public handle ( ) : void
return void
    public function handle()
    {
        $this->templatesDir = config('infyom.laravel_generator.path.templates_dir', base_path('resources/infyom/infyom-generator-templates/'));
        if ($this->publishGeneratorTemplates()) {
            $this->publishScaffoldTemplates();
        }
    }