Turning Laravel exceptions into explanations: my first open-source package

Every exception has two audiences that want opposite things — the developer who needs detail and the user who needs calm. I built a small Laravel package that serves both from the same throwable, using your own LLM keys. Here is what it does, the design rules an error handler forced on me, and what shipping a public package actually taught me.

K

Kolawole

1 month ago

Read →

Laravel queue pub/sub with clue/redis-react: a practical guide

Polling-based Redis queues work until they do not. When you need true event-driven job dispatch without a persistent worker process watching a list, clue/redis-react gives you real pub/sub in PHP. Here is how the architecture works and how to implement it in a production Laravel app.

K

Kolawole

4 months ago

Read →