🔥 Laravel Tip: Route model binding soft-deleted models
Apr 4, 2022
By default, when using route model binding will not retrieve models that have been soft-deleted.
You can change that behavior by using `withTrashed` in your route.
You can change that behavior by using `withTrashed` in your route.

Other tips:
🔥 Laravel Tip: The upsert method
May 2, 2022
🔥 Laravel Tip: The undot method.
Oct 25, 2022
🔥 Laravel Tip: Default Models
Apr 22, 2022