catgento/magento-2-environments
最新稳定版本:1.0.1
Composer 安装命令:
composer require catgento/magento-2-environments
包简介
Show Environment Bar in Backoffice
README 文档
README
Main Functionalities
This module shows an environment bar in the backoffice depending on the environment URL. It is useful when you want to have a visual warning telling you which environment you are in: Production, Staging, Development or Other.
- You can choose the color you want each environment to display
Installation
Type 1: Composer
- Install the module composer by running
composer require catgento/magento-2-environments
- enable the module by running
php bin/magento module:enable Catgento_Environments
- apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush
Type 2: Zip file
- Unzip the zip file in
app/code/Catgento - Enable the module by running
php bin/magento module:enable Catgento_Environments - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Configuration
Environment bar can be enabled in Stores » Configuration » Advanced » System, Environment Bar tab.
You can set the environment urls and the colors for each environment. In case the 'current environmnet' is not in the environments list, the bar will display the current url with a grey background color.
统计信息
- 总下载量: 1.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-12-10

