From the docs
Next, add the following repository to your composer.json file:
"repositories": [
{
"type": "composer",
"url": "https://spark-satis.laravel.com"
}
],
I lost an hour or so to this tonight too.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am trying to install Spark but getting a lot of errors no matter which method I try.
Upon adding "laravel/spark": "*@dev" in the composer.js file I am getting this error. The requested package laravel/spark could not be found in any version, there may be a typo in the package name. Any clue what the issue is?
"require": { "php": ">=5.5.9", "laravel/framework": "5.2.", "laravel/cashier": "~6.0", "laravel/spark": "@dev" }
Added to the composer.js file and ran composer update. Got the couldnt found error.
Please or to participate in this conversation.