Introduction to Laravel Routing and Route Model Binding
– sarfas.codes - submitted by Oliver Sarfas
Route Model Binding in Laravel is incredibly powerful, and a key skill in any PHP Developer's set. You can quickly build dynamic routes and pull data from the database with some simple type hints.
Read more [sarfas.codes]