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 →
Building EasyReply: How We Used Laravel to Unify Customer Support image

Building EasyReply: How We Used Laravel to Unify Customer Support

Read article
PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum image

PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum

Read article
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article