You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
In respect with PR #54, can we have similar structure with Zend Skeleton App that the modular configuration will be in config/modules.config.php file? In order to leverage the PR Resolve modules using PHP 5.5 ::class
Features:
[x] Enabled zendframework/zend-component-installer (as require-dev)
[x] Enabled mtymek/expressive-config-manager (as required)
[x] Load modules in config/modules.config.php file
[x] Merged configuration for the loaded modules in config/config.php file (can be renamed as expressive.config.php similar to application.config.php in ZendSkeletonApplication)
[x] PR #105 included
In respect with PR #54, can we have similar structure with Zend Skeleton App that the modular configuration will be in config/modules.config.php file? In order to leverage the PR Resolve modules using PHP 5.5 ::class
See updated repo branch: https://github.com/gabbydgab/zend-expressive-skeleton/blob/feature/modular/config/modules.config.php
Features:
[x] Enabled zendframework/zend-component-installer (as require-dev)
[x] Enabled mtymek/expressive-config-manager (as required)
[x] Load modules in config/modules.config.php file
[x] Merged configuration for the loaded modules in config/config.php file (can be renamed as expressive.config.php similar to application.config.php in ZendSkeletonApplication)
[x] PR #105 included
Caveat:
PS: Haven't updated the test yet. Sorry T_T
The text was updated successfully, but these errors were encountered: