Laravel\SparkInstaller\Installation\DownloadSpark::sparkPath PHP Method

sparkPath() protected method

Get the release directory.
protected sparkPath ( ) : string
return string
    protected function sparkPath()
    {
        return $this->command->path . '/spark-new/' . basename((new Filesystem())->directories($this->command->path . '/spark-new')[0]);
    }