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

getDestinationFilePath() public method

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