calling Route::getCurrentRoute()->parameters()
should return a key value array of url parameters for the current route
and how do you pass the result of your middleware to the function? because what i see in the user and access examples are only stopping the route or going to next if everything is fine, but how to pass new made data from the middleware to the next/controller/function?
i found this one, think this would work for us: http://stackoverflow.com/a/31454023
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community