Skip to content

Releases: laravel/homestead

v9.0.2

03 Jul 20:02
1302ab4
Compare
Choose a tag to compare

v9.0.1

01 Jul 14:01
a8aa4ea
Compare
Choose a tag to compare

v9.0.0

30 Jun 20:01
004a3e9
Compare
Choose a tag to compare

Homestead v9.0.0 Release notes

New “Feature” syntax to install optional services or tools such as Golang, MariaDB, etc.

Syntax to enable GoLang and MariaDB:

features:
    - golang: true
    - mariadb: true
  • Added support for PHP 5.6 & 7.0
  • NodeJS upgraded to 12.x
  • Blackfire Support has been moved to a feature and must be defined as such within Homestead.yaml
  • Z-Ray support has been removed
  • If you are using Laravel Dusk or any other Webdriver utility you will need to enable the webdriver feature.
  • Dot net core support has been removed.
  • Ruby & Rails support has been removed.
  • Site types have been moved to a folder to appear more obvious how they work/what they are.
  • Hyper-V version has been set to 8.0 but comes out as 8.2, this should help with backward compatibility in Windows 10
  • Maximum disk size has been increased to 128GB from 64GB
  • To use xhgui you need to add xhgui: "true" to the site in Homestead.yaml
  • NodeJS has been upgraded to 12.x If you need to downgrade refer to after.sh script and uncomment the lines to remove 12.x and uncomment the lines for either 11.x or 10.x

v9.0.0-beta

21 Jun 02:39
87150b8
Compare
Choose a tag to compare
v9.0.0-beta Pre-release
Pre-release

Homestead v9 Upgrade notes

*** STOP! STOP ! STOP!***

This is a BETA release! It's probably fine but don't replace your normal dev enviornment unless you're willing to roll back (which is just a git checkout release command away)

https://app.vagrantup.com/laravel/boxes/homestead/versions/8.0.0-beta

You will need the version_9 branch of Homestead

  • New “Feature” syntax to install optional services or tools such as Golang, MariaDB, etc.

Syntax to enable GoLang and MariaDB:

features:
    - golang: true
    - mariadb: true
  • Added support for PHP 5.6 & 7.0
  • Blackfire Support has been moved to a feature and must be defined as such within Homestead.yaml
  • Z-Ray support has been removed
  • If you are using Laravel Dusk or any other Webdriver utility you will need to enable the webdriver feature.
  • Dot net core support has been removed.
  • Ruby & Rails support has been removed.
  • Site types have been moved to a folder to appear more obvious how they work/what they are.
  • Hyper-V version has been set to 8.0 but comes out as 8.2, this should help with backward compatibility in Windows 10
  • Maximum disk size has been increased to 128GB from 64GB

Instructions

  • Add the following to Homestead.yaml: box: v8.0.0-beta
  • checkout v9.0.0-beta of the Homestead repo.
  • Ensure you have converted any extra options to the new "feature" syntax (See Upgrade Notes)
  • vagrant destroy -f && vagrant up

v8.6.0

21 Jun 00:50
01227bf
Compare
Choose a tag to compare

This is expected to be the last version of the 8.x branch. All focus will be going into version 9.

v8.5.6

05 Jun 22:14
d1a14d0
Compare
Choose a tag to compare

v8.5.5

30 May 19:00
ce92d94
Compare
Choose a tag to compare
  • Issue #1171 Respect folder options from Homestead.example.yaml and copy them over to Homestead.yaml on make (#1172) @m4olivei

v8.5.4

29 May 19:18
fa88ebb
Compare
Choose a tag to compare

v8.0.0-alpha2

29 May 01:33
33013a7
Compare
Choose a tag to compare

ALPHA Homestead v8 Upgrade notes ALPHA

*** STOP! STOP ! STOP!***

If you are not comfortable debugging Vagrant and Homestead STOP NOW!

This is an ALPHA release! It is not for the faint of heart.

https://app.vagrantup.com/laravel/boxes/homestead/versions/8.0.0-alpha2

You will need the version_9 branch of Homestead

  • New “Feature” syntax to install optional services or tools such as Golang, MariaDB, etc.

Syntax to enable GoLang and MariaDB:

features:
    - golang: true
    - mariadb: true
  • Added support for PHP 5.6 & 7.0
  • Blackfire Support has been moved to a feature and must be defined as such within Homestead.yaml
  • Z-Ray support has been removed
  • If you are using Laravel Dusk or any other Webdriver utility you will need to enable the webdriver feature.
  • Dot net core support has been removed.
  • Ruby & Rails support has been removed.
  • Site types have been moved to a folder to appear more obvious how they work/what they are.
  • Probably more I'm forgetting...

Instructions

  • Add the following to Homestead.yaml: box: v8.0.0-alpha2
  • checkout v9.0.0-alpha2 of the Homestead repo.
  • Ensure you have converted any extra options to the new "feature" syntax (See Upgrade Notes)
  • vagrant destroy -f && vagrant up

#Homestead

v9.0.0-alpha1

26 May 01:05
a153808
Compare
Choose a tag to compare

ALPHA Homestead v8 Upgrade notes ALPHA

STOP! STOP ! STOP!

If you are not comfortable debugging Vagrant and Homestead STOP NOW!

This is an ALPHA release! It is not for the faint of heart.

https://app.vagrantup.com/laravel/boxes/homestead/versions/8.0.0-alpha1

You will need the version_9 branch of Homestead

  • Base box upgraded to Ubuntu 19.04
  • New “Feature” syntax to install optional services or tools such as Golang, MariaDB, etc.

Syntax to enable GoLang and MariaDB:

features:
    - golang: true
    - mariadb: true
  • Blackfire Support has been moved to a feature and must be defined as such within Homestead.yaml
  • Z-Ray support has been removed
  • Postgres default to version 11
  • If you are using Laravel Dusk or any other Webdriver utility you will need to enable the webdriver feature.
  • Dot net core support has been removed.
  • Ruby & Rails support has been removed.
  • Site types have been moved to a folder to appear more obvious how they work/what they are.
  • Probably more I'm forgetting...

Instructions

  • Add the following to Homestead.yaml: box: v8.0.0-alpha1
  • checkout v9.0.0-alpha1 of the Homestead repo.
  • Ensure you have converted any extra options to the new "feature" syntax (See Upgrade Notes)
  • vagrant destroy -f && vagrant up