Laravel\SparkInstaller\InteractsWithSparkConfiguration::configPath PHP Method

configPath() protected method

Get the Spark configuration file path.
protected configPath ( ) : string
return string
    protected function configPath()
    {
        return $this->homePath() . '/.spark/config.json';
    }