Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 444 Bytes

File metadata and controls

15 lines (11 loc) · 444 Bytes

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.