slimphp / Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
http://slimframework.com
MIT License
11.98k stars 1.95k forks source link

middleware list (inf) #3310

Closed benycode closed 8 months ago

benycode commented 9 months ago

Hello,

is it possible to get middleware list/info on app run?

odan commented 9 months ago

In Slim 4, there's no built-in method to list all middleware during runtime. Middleware in is typically added to the application, route or route group. For assistance and further discussion, you can visit the Slim Forum.