Nwidart\Modules\Commands\GenerateEventCommand::getDestinationFilePath PHP 메소드

getDestinationFilePath() 공개 메소드

    public function getDestinationFilePath()
    {
        $path = $this->laravel['modules']->getModulePath($this->getModuleName());
        $seederPath = $this->laravel['modules']->config('paths.generator.event');
        return $path . $seederPath . '/' . $this->getFileName() . '.php';
    }