@geodro-289809 I’ve been using Docker for years now. How does Podman compare? What does it do differently to Docker?
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.
Please or to participate in this conversation.