There is a specific Windows install in the docs. Is that what you used?
When I initially installed it on a homestead on windows that was the only way I could get it to work.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Spark Composer install method does not work for me on Windows. I created the API token and joined the Spark GitHub Repository successfully. Updated the composer.json as per the posted instructions on the doc page and then tried composer update on both git bash and Homestead with the same results ...
Installing laravel/spark (v1.0.14) Downloading: Failed Failed to download laravel/spark from dist: The "https://api.github.com/repos/laravel/spark/zipball/ac06613a5e7781132a046aea7f3fe4bccc3d6d90" file could not be downloaded (HTTP/1.1 404 Not Found) Now trying to download from source
Installing laravel/spark (v1.0.14) Cloning ac06613a5e7781132a046aea7f3fe4bccc3d6d90
[RuntimeException] Failed to execute git clone --no-checkout 'https://:@github.com/laravel/spark.git' '/home/vagrant/Sites/mysite/ve ndor/laravel/spark' && cd '/home/vagrant/Sites/mysite/vendor/laravel/spark' && git remote add composer 'https://: @github.com/laravel/spark.git' && git fetch composer Cloning into '/home/vagrant/Sites/mysite/vendor/laravel/spark'... remote: Repository not found. fatal: repository 'https://:@github.com/laravel/spark.git/' not found
I assume that there is a communication issue due to the blanks loaded in the github username. Any help would be greatly appreciated.
Please or to participate in this conversation.