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

RoboRobok's avatar

Homestead versions are confusing

What is Homestead's current version? According to documentation and GitHub, it's 7.4.1. When I run vagrant box update, it says 6.0.0. In phpinfo(), it says System: Linux homestead 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64.

Why isn't it consistent?

0 likes
1 reply
bobbybouwmann's avatar

If you downloaded Homestead by cloning it in some directory you can see the version in that directory by simply typing git status. It will show what branch/tag/commit you are on.

So Homestead itself is a project with configurations and so on and has nothing to do with the version of the vagrant box itself. There can be new configurations or setup methods for new users without changing the box itself.

The number 6.0.0 is the settler project in the laravel namespace on Github. This is the version number of the vagrant box. This is the script that builds the environment in the vagrant box for Laravel: https://github.com/laravel/settler/releases

Please or to participate in this conversation.