eventjet / laminas-mezzio-config-module
Laminas module which loads Mezzio ConfigProviders
1.0.0
2020-05-23 12:14 UTC
Requires
- php: ^7.4
- laminas/laminas-config-aggregator: ^1.2
Requires (Dev)
- eventjet/coding-standard: ^3.1
- infection/infection: ^0.16
- maglnet/composer-require-checker: ^2.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.5
- phpstan/phpstan-phpunit: ^0.12.6
- phpstan/phpstan-strict-rules: ^0.12.1
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^3.8
This package is auto-updated.
Last update: 2024-11-23 22:52:06 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 ConfigProvider
s to the array in config/mezzio-modules.config.php
.