laminas-modulemanager
laminas-modulemanager copied to clipboard
Modular application system for laminas-mvc applications
| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC | no |...
| Q | A |-------------- | ------ | BC Break | yes ### Description Re-create https://github.com/zendframework/zend-modulemanager/pull/78 by @Xerkus Fixes #4
Hi guys, i have just updated `laminas/laminas-modulemanager` from 2.8.4 to 2.10.1. Our `application.config.php` looks like this: ```php
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...
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...
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...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...