eventjet/laminas-mezzio-config-module

Laminas 模块,用于加载 Mezzio ConfigProviders

1.0.0 2020-05-23 12:14 UTC

This package is auto-updated.

Last update: 2024-09-23 22:26:19 UTC


README

Laminas 模块,用于加载 Mezzio 中使用的 ConfigProvider 类。

安装

composer require eventjet/laminas-mezzio-config-module

安装后,将空配置文件复制到您的应用程序中

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

然后,将您的 ConfigProvider 添加到 config/mezzio-modules.config.php 中的数组中。