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

downloadZip() protected method

Download the latest Spark release.
protected downloadZip ( ) : void
return void
    protected function downloadZip()
    {
        $this->command->output->writeln('<info>Downloading Spark...</info>');
        file_put_contents($zipPath = $this->command->path . '/spark-archive.zip', $this->zipResponse());
        return $zipPath;
    }