Skip to content

v9.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@svpernova09 svpernova09 released this 21 Jun 02:39
87150b8

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