Hey, my book is finally available. Find it here.  Eloquent Beyond The Basics!

🔥 Laravel Tip: Relationships filtering

Apr 8, 2022

For people new to eloquent.

When you want to filter a relationship, make sure to call it a method, otherwise, you're loading all the models into memory and then filtering.

Instead, you want to do the filtering in the database layer.
tip-image-0