You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section does not belong to the CDH milestone.
Some middleware will be added at runtime. Thus, a "dynamic middleware" is needed, which identifies the middleware, and adds them to the application stack in the right order.
DynamicMiddleware
Administration for dynamic middleware (enable, disable, ordering)
The text was updated successfully, but these errors were encountered:
Entry Points
The different channels each need their own entry point, since the application stack will be different in some regard.
index.php
api.php
joomla.php
Router Middleware
Each entrypoint needs its own router, which maps incoming data to commands.
Dynamic Middleware
Some middleware will be added at runtime. Thus, a "dynamic middleware" is needed, which identifies the middleware, and adds them to the application stack in the right order.
DynamicMiddleware
The text was updated successfully, but these errors were encountered: