1 post
If `#[RouteParameter]` in your Laravel form request receives a string instead of a model, the issue is usually not that the attribute failed to bind. It is that the attribute never binds anything in the first place.