All notable changes to valet-pro-max will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed email delivery issue of Mailhog
- Fixed multiple issues of OpenSearch while switching and plugins enforcement
- Fixed GitHub actions issue always failing for
valet-pro
commands - Fixed issue of PECL extension abstraction class
- Full rewrite of Valet+/Valet Pro Max 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-pro
instead ofvalet
(for now). - Rename .env.valet to .valet-env.php.
- Use command
valet-pro elasticsearch|es use
instead ofvalet-pro 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-pro install
command. - Adds dependency on Docker for Elasticsearch, see https://docs.docker.com/desktop/install/mac-install/
- Supports for Opensearch via Homebrew