Nwidart\Modules\Commands\GenerateEventCommand::getTemplateContents PHP Method

getTemplateContents() public method

public getTemplateContents ( )
    public function getTemplateContents()
    {
        $module = $this->laravel['modules']->findOrFail($this->getModuleName());
        return (new Stub('/event.stub', ['NAMESPACE' => $this->getClassNamespace($module) . "\\" . config('modules.paths.generator.event'), "CLASS" => $this->getClass(), 'DUMMYNAMESPACE' => $this->laravel->getNamespace() . 'Events']))->render();
    }