In the past, we've talked about simple Laravel routing and Laravel route parameters. Today we'll be talking about how to use route parameters in middleware, a task that may come up in your workflow. A middleware simply wraps an application's request.
Full article