Tidy up code with Laravel Route Model Binding
Laravel Route Model binding is a great way to speed up your development and is a good way to clean up your code a bit. Laravel Route Model binding provides a convenient way to inject class instances into your routes.