Laravel Route Model binding using Multiple keys
Laravel ships with route model binding, the abilty to pass data through the get request, Laravel out of the box, captures the value, and find the matched model instance.
Lets assume we have the famous task list app, where we can see task on the index...
mohamedallam.hashnode.dev3 min read