Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Obayda's avatar

Issues when installing spark with Laravel 8

I tried to install spark with Laravel version 8, and I got an error

 Problem 1
    - Root composer.json requires laravel/spark-aurelius ~11.0, found laravel/spark-aurelius[dev-master, dev-shift-37251, 7.0.x-dev (alias of dev-master)] but it does not match the constraint.

composer.json file is

    "require": {
        "php": "^7.3|^8.0",
        "bugsnag/bugsnag-laravel": "^2.20",
        "ckeditor/ckeditor": "^4.10",
        "consoletvs/charts": "6.*",
        "fideloper/proxy": "^4.4",
        "fruitcake/laravel-cors": "^2.0",
        "guzzlehttp/guzzle": "^7.0.1",
        "laravel/cashier": "^12.4",
        "laravel/framework": "^8.17",
        "laravel/helpers": "^1.4",
        "laravel/tinker": "^2.5",
        "laravel/spark-aurelius": "~11.0",
        "laravel/ui": "^2.0",
        "nao-pon/flysystem-google-drive": "~1.1",
        "sentry/sentry-laravel": "^2.1"
    },
    "require-dev": {
        "filp/whoops": "^2.9",
        "mockery/mockery": "^1.4.2",
        "nunomaduro/collision": "^5.0",
        "phpunit/phpunit": "^9.3.3",
        "fakerphp/faker": "^1.9.1",
        "facade/ignition": "^2.5"
    },

Anyone can help with that?

0 likes
0 replies

Please or to participate in this conversation.