catcode-nl/module-environment-information
Composer 安装命令:
composer require catcode-nl/module-environment-information
包简介
Magento 2 module that can show environment information
README 文档
README
This is a Magento 2 module that can be used to display environment information on your webshop.
The module was initially written to display the current environment (for example: DEV), so that it is easier to see you
are not on Production when executing tests.
Configuration
To configurate the module add the following into app/etc/env.php:
'catcode' => [ 'environment_information' => [ 'enabled' => 1, 'environment_name' => 'DEV' ] ],
When 'enabled' is set to 1, the information is being displayed on both front and backend of the store.
The 'environment_name' is the label that will be displayed, when not set this will default to UNKNOWN.
统计信息
- 总下载量: 501
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-11-27