Skip to content

v8.0.0-alpha1

Compare
Choose a tag to compare
@svpernova09 svpernova09 released this 26 May 01:00
0ee7462

ALPHA Homestead v8 Upgrade notes ALPHA

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.
  • Probably more that I'm forgetting...