Closed weierophinney closed 8 years ago
Per the conversation on zendframework/zend-mvc#46, this is a proof-of-concept to detail how a component can be updated to work with a component installer:
ConfigProvider
Module
Closing in favor of #2
Per the conversation on zendframework/zend-mvc#46, this is a proof-of-concept to detail how a component can be updated to work with a component installer:
ConfigProvider
, for use with expressive-config-manager, defining default dependencies.Module
class, for use with zend-mvc applications, pulling configuration from theConfigProvider
, and altering the structure to suit zend-mvc.