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

🔥 Laravel Tip: Keep in mind when soft delete filtering is automatically applied and when it isn't

Oct 20, 2022

We might assume that Laravel will take care of filtering soft deleted rows. But that might not be the case depending on your query.

For example, when using joins.
tip-image-0