Ganga Chris wrote a tutorial on how to access Laravel route parameters using middleware.

Laravel route middleware

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.