Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

giantpopples's avatar

giantpopples wrote a reply+100 XP

22h ago

Lerd – open source Herd alternative for Linux (macOS coming soon)

I am currently using a mix of Docker containers for php, redis and valet-linux to get .test domains but is a pain, your project looks great and I was looking into podman, one more reason to try it! I will be testing lerd for sure on Fedora 44.

giantpopples's avatar

giantpopples liked a comment+100 XP

22h ago

Lerd – open source Herd alternative for Linux (macOS coming soon)

I've been working on a side project for a while now and thought this community would appreciate it.

It's called lerd and it's a Podman-native PHP development environment for Linux, with macOS support coming very soon. The idea came from the frustration of not having something like Herd on Linux. I wanted automatic .test domains, per-project PHP and Node version isolation, one-command TLS, all without touching the system PHP or depending on Docker.

It bundles Nginx, PHP-FPM and optional services like MySQL, Redis, PostgreSQL, Meilisearch, Minio, Mailpit, Stripe Mock and Reverb as rootless Podman containers. There's also a built-in web UI you can install as a PWA, where you can manage sites, switch PHP and Node versions, toggle services, and watch live logs per project.

It's Laravel-first but supports Symfony, WordPress and any framework through YAML definitions. The project has been growing organically, already has external contributors and pull requests coming in without me reaching out to anyone, which has been encouraging.

You can check it out at github.com/geodro/lerd and the docs are at geodro.github.io/lerd . Would love to hear feedback from the community, especially from anyone running Laravel on Linux.