Laravel Homestead 6.6.0 Released

News

November 27th, 2017

Laravel Homestead 6.6.0 Released

Laravel Homestead v6.6.0 was released over the weekend, most notably adding self-signed wildcard SSL certificates and Symfony 4 support.

To upgrade, you first need to update the Vagrant box:

vagrant box update

If you checked out Homestead, next you need to run:

git pull origin master

Or if you have Homestead installed in your project’s composer.json file with "laravel/homestead": "^6" and then run:

composer update

Here’s the full list of changes and additions in this release:

For more information on setting up Homestead read the official documentation.

Filed in:

Paul Redmond

Full stack web developer. Author of Lumen Programming Guide and Docker for PHP Developers.