News

Laravel Homestead v9 Brings Back PHP 5.6 and 7.0 Support

Published
Laravel Homestead v9 Brings Back PHP 5.6 and 7.0 Support image

The Laravel Homestead project tagged the release of version 9.0, adding back support for PHP v5.6 and v7.0:

ICYMI: We released Homestead v9.0.0 w/ Base box v8.0.0

The most noteable change is PHP 5.6, 7.0 have been added back. (And will stay as long as they’re in the PPA)#Ubuntu #phpc #vagrant https://t.co/xFUCyxtuMr

— Joe Ferguson (@JoePFerguson) July 1, 2019

This release introduces a new “feature” syntax to install optional services and tools such as Golang, MariaDB, etc.:

features:
- golang: true
- mariadb: true

For further details about this release—including changes you’ll need to consider while upgrading—check out the v9.0.0 release notes:

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 withinHomestead.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 to8.0but comes out as8.2, this should help with backward compatibility in Windows 10
  • Maximum disk size has been increased to 128GB from 64GB
  • To usexhguiyou need to addxhgui: “true”to thesiteinHomestead.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
Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Lerd: A Free, Open Source Herd Alternative for Linux and macOS image

Lerd: A Free, Open Source Herd Alternative for Linux and macOS

Read article
Let's Encrypt HTTPS on an IP Address With FrankenPHP image

Let's Encrypt HTTPS on an IP Address With FrankenPHP

Read article
Laravel Chores: Resumable Data Operations and Cleanups image

Laravel Chores: Resumable Data Operations and Cleanups

Read article
NativePHP v4: Build Native iOS and Android UI in Blade image

NativePHP v4: Build Native iOS and Android UI in Blade

Read article
Laravel Lock: Distributed Locks for Models and Routes image

Laravel Lock: Distributed Locks for Models and Routes

Read article
Laravel Image Responses: Serve Resized Images From Routes image

Laravel Image Responses: Serve Resized Images From Routes

Read article