Laravel\SparkInstaller\InteractsWithSparkConfiguration::configExists PHP Method

configExists() protected method

Determine if the Spark configuration file exists.
protected configExists ( ) : boolean
return boolean
    protected function configExists()
    {
        return file_exists($this->configPath());
    }