News

Laravel Homestead Version 6 Released

Published
Laravel Homestead Version 6 Released image

The Laravel Homestead project just tagged the release of version 6.0.0 along with Settler 3.0. Homestead 6 now supports multiple versions of PHP on the same virtual machine. For developers maintaining apps on different versions of PHP, this change will make it easier to use Homestead.

The available PHP versions include 5.6, 7.0, and 7.1. If you want a site to use 5.6, you would specify the following in the Homestead.yaml file:

sites:
- map: homestead.app
to: /home/vagrant/Code/Laravel/public
php: "5.6"

If the php key is omitted the site will default to PHP 7.1, so things will continue to work as expected for existing sites.

You can get the full details from the 6.0 release notes.

Paul Redmond photo

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

Filed in

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article