eventjet/laminas-mezzio-config-module

Laminas module which loads Mezzio ConfigProviders

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/eventjet/laminas-mezzio-config-module

1.0.0 2020-05-23 12:14 UTC

This package is auto-updated.

Last update: 2025-09-24 00:43:37 UTC


README

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.