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

getDestinationFilePath() 보호된 메소드

Get the destination file path.
protected getDestinationFilePath ( ) : string
리턴 string
    protected function getDestinationFilePath()
    {
        $path = $this->laravel['modules']->getModulePath($this->getModuleName());
        $generatorPath = $this->laravel['modules']->config('paths.generator.provider');
        return $path . $generatorPath . '/' . $this->getFileName() . '.php';
    }