zend-modulemanager icon indicating copy to clipboard operation
zend-modulemanager copied to clipboard

ModuleManager component from Zend Framework

Results 7 zend-modulemanager issues
Sort by recently updated
recently updated
newest added

Composer has became a de-facto standard for managing dependencies and autoloading, Zend Framework itself distributes and manages its dependencies via composer. That makes Composer virtually guaranteed to be present for...

BC Break

There is currently only a general Exception, when a module cannot be loaded. I think there should be more explicit messages and a better help message, what is possibly wrong....

enhancement

This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/6239 User: @turrsis Created On: 2014-05-07T19:40:25Z...

Related to PR https://github.com/zendframework/zend-modulemanager/pull/53. On a production running website one would ideally have the `module-config-cache.php` file generated before launching a new version. It would help if a command line utility...

enhancement
question

I intend to make a prototype for v3 that looks more like a ConfigAggregator hybrid with module manager benefits. I think it will improve the way module manager works with...

i was installed two module moduleA and moduleB ```php application.config.php : 'modules' => array ( 'moduleA', 'moduleB', ), ``` when i try to override a service of moduleA ```serviceA``` from...

- [x] I was not able to find an [open](https://github.com/zendframework/zend-modulemanager/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-modulemanager/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [slack](https://zendframework.slack.com/)...