Laravel Homestead 6.6.0 Released
Published on by Paul Redmond
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:
- Tag Release v6.6.0 @svpernova09
- updating php mongo driver 1.2.9 to 1.3.3 (#733) @fppz
- Restart crond service once per provision (#731) @DojoGeekRA
- Refactor cron provisioning (#730) @DojoGeekRA
- added symfony 4 support (#726) @JonEastman
- Fix for cron.service: Start request repeated too quickly. (#725) @Artistan
- Allow Homestead.yaml to override default SSH port for Vagrant (#724) @svpernova09
- Update scripts file permissions (#720) @DojoGeekRA
- Move php-fpm env to pool configuration (#711) @dakira
- Add support for the vagrant-hostmanager plugin (#708) @cwt137
- Modify bind directive before mongod is started (#704) @cbj4074
- Allow autonetwork plugin to be used. (#702) @ryankilf
- Keep the native colors from the provisioning scripts (#700) @DojoGeekRA
- Self-Signed Wildcard Certificates (#701) @ompmega
- Use :: operator instead of . in the json parse statement (#699) @DojoGeekRA
For more information on setting up Homestead read the official documentation.