News

Laravel Homestead 11

Published
Laravel Homestead 11 image

Release updates

Never miss a Laravel release

Get an email whenever a new Laravel release lands.

The Laravel Homestead project released v11.0.0, not to be confused with Laravel 11, the next major version of the popular virtual machine for PHP development. Let’s look at what’s new in this release!

Enable or Disable Services

Homestead starts various services by default. However, you can override these defaults and enable/disable services from starting by default. The release notes provide an example of enabling PostgreSQL and disabling MySQL:

services:
- enabled:
- "postgresql@12-main"
- disabled:
- "mysql"

New Default Versions

Homestead 11 ships with the following new default versions:

  • Ubuntu 20.04
  • MySQL 8
  • Node v14

Wildcard SSL

You can generate a wildcard certificate for a site you can use the wildcard option in a site’s configuration:

- map: foo.domain.test
to: /home/vagrant/domain
wildcard: "yes"

Learn More

Read the v11.0.0 release notes for complete details on v11. You can see the full diff between v10.0.0 and v11.0.0 on GitHub. Also be sure to check out the Homestead documentation for complete installation and usage instructions.

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 →
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