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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Use the Zend\Expressive\ROUTE_MIDDLEWARE to retrieve the path-based routing middleware.
In order to make upgrading from v2 easier, we need to ensure that we use
the same service name in the application factory as we use in the
bootstrap. Since changing the bootstrap requires manual intervention,
using the `Zend\Expressive\ROUTE_MIDDLEWARE` constant will present a
simpler upgrade, as it resolves to a string matching the v2 middleware
service name.
0 commit comments