Laravel\SparkInstaller\Installation\DownloadSpark::install PHP Метод

install() публичный Метод

Run the installation helper.
public install ( ) : void
Результат void
    public function install()
    {
        $this->extractZip($this->downloadZip());
        rename($this->sparkPath(), $this->command->path . '/spark');
        (new Filesystem())->deleteDirectory($this->command->path . '/spark-new');
    }