Lerd 1.34.2
Lerd — Podman-powered local PHP dev environment for Linux & macOS.
Install on Linux
curl -fsSL https://lerd.sh/install.sh | bashOr if already installed:
lerd updateAlso available through apt (PPA), dnf (COPR) and Homebrew, see the
installation docs.
Install on macOS
brew tap lerd-env/lerd
brew install lerd
lerd installOr if already installed:
brew upgrade lerd
lerd installChangelog
Bug Fixes
- 947bc22 fix: answer a package check with what composer installed
- 2760ea6 fix: include each site's .lerd.yaml in the bug report
- 4e97b93 fix: keep autostart from re-arming a tray that was turned off
- 82f5dfc fix: keep the dev server flags when a worker unit is restored
- da4a60e fix: keep the dev server port the site is already serving
- 72d2bc6 fix: keep the nvm detection test off the developer's own config
- b96dfcd fix: keep the progress popup test off the session bus
- 80482f3 fix: resolve a framework major from what composer installed
- 0b617e5 fix: run assistant commands in the site's own container
- 36d6161 fix: stop an install from reapplying itself through its own child
- 0df044d fix: stop the system node lookup tests reading the host's PATH
Other
- 194c1d5 release: v1.34.2
Full Changelog: v1.34.1...v1.34.2