0

I have a module in ZF2 (MVC), now can config to re-use with Expressive Middleware?

Ichte
  • 74
  • 1
  • 7

1 Answers1

1

Depending on the dependencies in the module you can reuse a module in Expressive with zend-component-installer and zend-config-aggregator. I suggest using the zend-expressive-skeleton to set it up.

xtreamwayz
  • 1,285
  • 8
  • 10