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 was archived by the owner on Jan 29, 2020. It is now read-only.
Packages can opt-in to the workflow from zend-component-installer by defining
one or more of the following keys under the extra.zf configuration in their
composer.json file:
A component is for use specifically with zend-mvc + zend-modulemanager;
a Module class must be present in the namespace associated with it.
The setting indicates a low-level component that should be injected to the top
of the modules list of one of:
config/application.config.php
config/modules.config.php
config/development.config.php
A module is for use specifically with zend-mvc + zend-modulemanager;
a Module class must be present in the namespace associated with it.
The setting indicates a userland or third-party module that should be injected
to the bottom of the modules list of one of:
config/application.config.php
config/modules.config.php
config/development.config.php
A config-provider is for use with applications that utilize
expressive-config-manager
or zend-config-aggregator
(which may or may not be Expressive applications). The class listed must be an
invokable that returns an array of configuration, and will be injected at the
top of:
config/config.php
Whitelisting packages to install automatically
At the project level, you can mark packages that expose configuration providers
and modules that you want to automatically inject via the component-whitelist
key: