Lerd, an open source local PHP dev environment for Linux and macOS, with Drupal support
| First time posting here. Sharing lerd because it has solid Drupal support and might be useful for folks who want a Podman-based alternative to DDEV or Lando without Docker Desktop, especially on Linux where the usual mac-first tools are awkward. Lerd auto-detects Drupal projects via composer.json, handles the web/ document root, and gives you .test domains, per-project PHP version isolation (Drupal is strict about PHP requirements), one-command HTTPS via mkcert, MySQL or Postgres with one click, and Mailpit for email testing. Drush, Composer, and PHP commands all work through container shims so they pick up the right PHP version per project. Everything runs as rootless Podman containers, nothing touches your system PHP, no sudo required after install. Highlights:
Would love feedback from Drupal devs, especially around Drush integration and module/theme dev workflows. If lerd looks useful, stars on GitHub help a lot with reach. [link] [comments] |