easygento / magento2-instancereminder
Top Ribbon in order to remind your current instance
Installs: 649
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- easygento/magento2-core: *
- magento/framework: >=103.0.0
This package is auto-updated.
Last update: 2025-04-18 19:55:31 UTC
README
Sometimes you have to work on multiple instance on multiple tab on your browser. This module prevent you to mix up by mistake your instances.
There are 4 instance types :
- Develop
- Pre Production
- Production
- Custom (you can named it as you want)
You have to define the colour for your current instance. After set all that you need an indicator top bar will appears.
How to Install ?
Install by composer :
Update your composer.json file: Open the root Magento directory on your server and send Composer the following command:
composer require easygento/magento2-instancereminder
Install without composer :
Put the code in the app/code/Easygento/InstanceReminder
folder
Once the module installed , run the command
bin/magento setup:upgrade
and bin/magento setup:di:compile