With over 5 years of dedicated experience in web development, I am a highly motivated and skilled professional who thrives on bringing digital visions to life.
Laravel performance hack.
When filtering by related model IDs, use `whereIn()` directly on the foreign key column instead of `whereHas()`. This generates cleaner SQL and faster execution.
I love what @PovilasKorop and the team cooked up🔥
Secretly I've been a bit jealous of people who share those types of images with code snippets...not anymore😎
Quick trick.
Testing in Laravel? Skip model events with `createQuietly()`, `createOneQuietly()`, or `createManyQuietly()` on factories. Perfect for isolating test logic without triggering notifications, jobs, or event listeners.
Quick trick.
Testing in Laravel? Skip model events with `createQuietly()`, `createOneQuietly()`, or `createManyQuietly()` on factories. Perfect for isolating test logic without triggering notifications, jobs, or event listeners.
I love Laravel, I really do, even something that can potentially be quite hard and hassle to make it's a breeze(pun intended) with Laravel & Socialite, except for authentication with Apple...
https://t.co/QZqft5caJb