#PHP
2 posts filed under PHP.
← Back to all articles-
Command Bus implementation
Building a small CQRS-flavoured command bus for a Laravel side project - keeping it simple, type-safe, and SOLID-friendly without dragging in a framework.
-
How I structure Laravel Form Request classes
Form Requests are one of Laravel's quiet superpowers. Here's the shape I've landed on after a few years - readable, testable, and DTO-friendly.