laravel / folio

Page based routing for Laravel.
MIT License
568 stars 46 forks source link

[1.x] Fixes index views on nested model route bindings #108

Closed nunomaduro closed 1 year ago

nunomaduro commented 1 year ago

Fixes https://github.com/laravel/folio/issues/105.

This pull request fixes the usage of index.blade.php on scenarios of nested model route binding like: /users/1/movies/2 match the users/[User]/movies/[Movie]/index.blade.php.