Thanks for this app .. it's a great project for Slim newbies like myself ..
How do I go about getting the controller name in Middleware?
I've tried the getCallable() method and it's returning a closure object and not the class name of the controller:
$route = $request->getAttribute('route'); $callable = $route->getCallable();