Tag: herd
After migrating from Laravel Sail to Herd on Mac I needed to also find a
way to make websockets work, as this app used them. Previously I was
relying on soketi and it was running under its own docker compose, but with
Sail gone, this went too. Sure I could just run soketi from np…