Fedeisas\LaravelJsRoutes\Commands\RoutesJavascriptCommand::getPath PHP Method

getPath() protected method

Get the path to the file that should be generated.
protected getPath ( ) : string
return string
    protected function getPath()
    {
        return $this->option('path') . '/' . $this->argument('name');
    }