Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

[Question] Can we enable piped style middleware router for ZF MVC just like in Expressive? #196

Closed
gabbydgab opened this issue Aug 21, 2016 · 2 comments

Comments

@gabbydgab
Copy link

I've tried mapping routes to middleware just like in the docs but as of the moment it can only invoke one middleware action.

Is there a way we can integrate the piped style middleware router like in Zend Expressive? Or this feature is for the Router?

@Ocramius
Copy link
Member

Can probably produce a middleware pipe from the factory responsible of dispatching a certain middleware. Needs some fiddling, but you'd implement a middleware that wraps a set of middlewares, basically.

@gabbydgab
Copy link
Author

how sad T_T

still hoping for this to happen soon :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants