I still don’t really understand about $app->addRoutingMiddleware();
are there examples of functions/effect and how to use them?
I really hope you help me.
Thank u.
I still don’t really understand about $app->addRoutingMiddleware();
are there examples of functions/effect and how to use them?
I really hope you help me.
Thank u.
Hi @mochalvi
Here you can find more infos about the RoutingMiddleware:
if the syntax $app->addRoutingMiddleware();
is not used, then the middleware will be executed after routing?
If you don’t invoke $app->addRoutingMiddleware();
then
Ok, very helpful
Thank u @odan