Apr 01, 2025
Supercharge your Enums in Laravel
If you're not using Enums in your PHP/Laravel projects, you should definitely consider it. And if you are, here's how you can take it to the next level.
Mar 19, 2025
The status column dilemma
We've all at some point added a status column to one or multiple database tables. After all, everything can have a status, right? But is it actually the right thing to do?
Feb 25, 2025
Laravel Cloud: First impression
With the recent release of Laravel Cloud, I decided to try it first hand and I was blown away immediately.
Jan 29, 2025
Laravel's magic and its pitfalls
Laravel's magic is everywhere and it can help you reduce the size of your codebase by way of "shortcutting" the code but is it actually the most efficient way of writing code?
Jan 17, 2025
Make conditional classes more readable with the @class directive
If you find yourself having a lot of conditional classes for an element, leveraging the @class Blade directive might make your code a lot more readable.