Releases: laravel/valet
Releases · laravel/valet
v2.1.0
🎉
- Drop old taps
- Move helpers into the Valet namespace
- Move ~/.valet to ~/.config/valet
- Unlink manually-renamed links
- Allow SSI
- Rename
valet domain
tovalet tld
There have also been a lot of smaller changes to drivers and smaller implementation details.
v2.0.12
- Fix bug with incorrectly reported PHP FPM path
v2.0.11
- More fixes for changes to how Homebrew manages PHP versions
v2.0.10
- Fixes for changes to how Homebrew manages PHP versions
v2.0.5
- Show some useful output about what Valet is doing during installation/restart
- Add support for Craft 3 Beta
- Test for nginx config errors before attempting to restart Valet
- Prevent access to valet CLI commands that don't work until
valet install
is run - Add Magento 2 driver
- Fixes for CakePHP 3 driver
- Add support for PHP 7.2
v2.0.4
- Better handling of large file uploads
- Prettier output for linked sites
- Make PHP 5.6 an explicit requirement (wouldn't work without 5.6 already, but composer.json was missing this info)
- Support
nginx
andnginx-full
Homebrew packages - Fix an issue related to a macOS update that was causing restarting root services to fail
- Support adding a directory to
valet open
- Support wildcard TLS certificates
- Don't create sudoer entry for Valet by default
- Various minor tweaks and fixes
v2.0.3
version
v2.0.1
Merge branch 'master' of github.com:laravel/valet
v2.0.0
version
v1.1.22
- Explicitly set which port PHP FPM listens on during installation to avoid issues when users move from
master
to the current tag stream