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

chords's avatar

Updating from Spark 7 to 8

This is probably just a case of me not knowing what I'm doing and missing something simple, but when trying to update Spark, I'm only able to update to the latest version of Spark 7.

I added Spark via the installer, and I'm trying to update Spark as part of updating to Laravel 5.8.

I've run php artisan spark:update and see "You are already running the latest release of Spark."

I see "laravel/spark-aurelius": "*@dev" in my composer.json and the local repository added. Within that directory, the composer json includes "dev-master": "7.0-dev" which I assume is related (or proof) of my issue but I assume I don't want to be changing anything in that directory. Can someone advise on what I should have read and didn't, or didn't understand?

0 likes
3 replies
chords's avatar

Ok -- solved.

There's a necessary flag that I guess most of ya'll just know about.

php artisan spark:update --major

Found that flag in the Upgrade to Spark 4 documentation (before my time) but it was omitted for whatever reason in the Spark 7 to 8 stub of a document. Spark has saved me a lot of time but the documentation is a real let down.

1 like
chords's avatar
chords
OP
Best Answer
Level 3

Note to self: the Spark documentation is on Github so I can always just contribute, no need for the 'tude. But you don't know what you don't know!

1 like

Please or to participate in this conversation.