🔥 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.
For example, when using joins.
Other tips:
🔥 Laravel Tip: Merging eloquent collections
Sep 9, 2022
🔥 Laravel tip: Eloquent when
Feb 15, 2022