0

Anyone have a Laravel bug where CRUD routes don't work with model binding? I have a weird issue where only CRUD routes give 404s if also using a model binding, even if I rename them to something else.

The routes exist in route:list and work if I remove the binding, but I need it in this use case.

Comments
Add Comment