Category: Laravel

Laravel 5.3 and route model binding

If you have recently upgaded to Laravel 5.3 or are working on an application which has been upgraded to use Laravel 5.3 and find that route model binding is not working as expected. It might be the routeMiddleware that needs updating. Update it as per attached and you should see route model binding working as expected.

Read More
Loading