Articles about

Laravel

Save Your Tests with Repositories in Laravel

February 7th, 2025 — Tired of slow, brittle tests in Laravel? The repository pattern can help! Learn how to decouple your tests from the database, speed up execution, and write cleaner, more maintainable code. 🚀

Beyond ORM: When and Why to Use Raw Queries in Laravel

February 9th, 2025 — Eloquent is great, but raw SQL can be faster & more flexible ⚡. Learn when to use raw queries in Laravel & how to do it safely! 🛡️