Skip to content

eventjet/eventjet-laminas-mezzio-config-module

Repository files navigation

Laminas Mezzio-Config loader

Laminas module which loads ConfigProvider classes uses in Mezzio.

Installation

composer require eventjet/laminas-mezzio-config-module

After installation, copy the empty config file into your application:

cp vendor/eventjet/laminas-mezzio-config-module/config/mezzio-modules.config.php ./config/

Then, add your ConfigProviders to the array in config/mezzio-modules.config.php.