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

ThinkingMan's avatar

How to determine installed version of Spark?

Does the Spark version match the version of Laravel or is there a way to determine the version?

0 likes
5 replies
ThinkingMan's avatar

@VIEZEL - But is there a command to determine what version of Spark is installed on my project or where is that file?

skoobi's avatar

Check in the composer.php file, im pretty sure its in there

ThinkingMan's avatar
ThinkingMan
OP
Best Answer
Level 3

php artisan spark:version is the command. Figured it out watching a Spark vid.

2 likes
Cronix's avatar

If you installed via composer, you can also find out any composer package version with composer info laravel/spark-aurelius, for example. It provides more than just the installed version, like other packages it requires.

Please or to participate in this conversation.