Feature Request
| Q |
A |
| New Feature |
yes |
| RFC |
yes |
| BC Break |
no |
Summary
Hey there,
I was recently talking to a coworker and realized, that this component could also provide a CLI command which verifies that all modules/configs are properly registered (as configured).
As of now, this only suggests adding/removing stuff during composer install/update and thus does not do anything if nothing changes within vendor/ directory.
I'd love to have a CLI command which uses composer.lock to extract extra.laminas.config-provider, etc. and checks projects extra.laminas.component-auto-installs and extra.component-ignore-list to verify if everything is properly registered in either module.config.php or config.php (the same way as it does during composer install).
Feature Request
Summary
Hey there,
I was recently talking to a coworker and realized, that this component could also provide a CLI command which verifies that all modules/configs are properly registered (as configured).
As of now, this only suggests adding/removing stuff during
composer install/updateand thus does not do anything if nothing changes withinvendor/directory.I'd love to have a CLI command which uses
composer.lockto extractextra.laminas.config-provider, etc. and checks projectsextra.laminas.component-auto-installsandextra.component-ignore-listto verify if everything is properly registered in eithermodule.config.phporconfig.php(the same way as it does during composer install).