Unorthodox decoration
April 25th, 2025 — Everyone knows the classic decorator pattern—but have you met its duck-typed cousin? Discover how to extend Laravel behavior without interfaces, the clever way.
Laravel PHP PatternsApril 25th, 2025 — Everyone knows the classic decorator pattern—but have you met its duck-typed cousin? Discover how to extend Laravel behavior without interfaces, the clever way.
Laravel PHP PatternsJanuary 30th, 2025 — Tired of cramming endless route configuration options into your Laravel package just to satisfy every user request? Let's see how to keep it clean and flexible without the bloat!
Laravel PHPFebruary 9th, 2024 — Laravel and its prosperous open-source community. Can it even get better? Yes, I do think so. Please allow me to share a few points on how to get even better as a community.
Laravel PHPNovember 17th, 2023 — Mastering elation with the decorator foundation! Let's take a look at how we can leverage this simple, yet powerful design pattern in the context of a Laravel package.
Laravel PHP PatternsNovember 3rd, 2023 — I've been working with Eloquent for over half a decade now, and it's time to share my next bag of tricks. You are guaranteed to learn something new!
Laravel PHPSeptember 14th, 2023 — I've been working with Eloquent for over half a decade now, and it's time to share my bag of tricks. Buckle up, it'll be a good ride!
Laravel PHPMay 13th, 2023 — What are controllers? What's their intended purpose? Can we put business logic in them? How many lines of code should they contain? Let's find out.
Laravel PHP