Releases: weprovide/valet-plus
Releases · weprovide/valet-plus
3.0.4
3.0.3
What's Changed
- Secure the proxies created for valet plus services by @EHLOVader in #636
- Add
db uninstall
command - Add
innodb_strict_mode=0
tomysql.cnf
Full Changelog: 3.0.2...3.0.3
3.0.2
3.0.1
What's Changed
- Add db password show (#555) by @mischabraam in #630
- Rename Redis class to RedisService (#631) by @mischabraam in #632
- Fix xdebug and memcache (un)install command modes
- Mute some messages when restarting or uninstalling
Full Changelog: 3.0.0...3.0.1
3.0.0
Full rewrite of Valet+ with the following major differences between the previous versions.
- No longer a fork of Laravel's Valet, but a toolkit around Valet (valet is now a dependency).
- No more platform dependencies when running commands.
- Use command valet-plus instead of valet (for now).
- Rename .env.valet to .valet-env.php.
- Use command valet-plus elasticsearch|es use instead of valet-plus use elasticsearch|es .
- Use 127.0.0.1 as Redis host instead of /tmp/redis.sock.
- Choose which binaries to install (default all) and self-update on valet-plus install command.
- Adds dependency on Docker for Elasticsearch, see https://docs.docker.com/desktop/install/mac-install/
Full Changelog: 2.4.0...3.0.0
2.4.2
What's Changed
- Add Support for PHP 8.3 by @osrecio in #627
- Fix not working elasticsearch.test domain by @mischabraam in #478
Full Changelog: 2.4.1...2.4.2
2.4.1
2.4.0
Replace henkrehorst tap by shivammathur tap
2.4.0-beta6
2.4.0-beta5
Replace pecl extensions by shivammathur/extensions to support M1 Macs