Route Model Binding Improvements in Laravel 7
4 years ago
In Laravel 7, you can customize the implicit route model bindings directly in the route definition. Let's take a look at some concrete examples of how it works.
Link: