skip to Main Content
author
145 views
0 votes

Is it possible to get the id passed to a route in laravel if there is no model with that id using the missing function?

I am using model binding in a route and I want to handle the case where an id is missing

Back To Top
Search