Magento 2 Module – Where Am I ?

Magento 2 Module – Where Am I

iriks-it/module-whereami

Main Functionalities

Ever doubted yourself where you were? or, maybe… changed a setting on a live server while you thought you were on the staging?
That would be a bloody nightmare! Fear no more!
This handy little module will always show you where you are!

WhereAmI_LoginPage

Installation

in production please use the --keep-generated option

Type 1: Zip file

  1. Unzip the zip file in app/code/IriksIT
  2. Enable the module by running php bin/magento module:enable IriksIT_WhereAmI
  3. Apply database updates by running php bin/magento setup:upgrade
  4. Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  1. Install the module composer by running composer require iriks-it/module-whereami
  2. enable the module by running php bin/magento module:enable IriksIT_WhereAmI
  3. apply database updates by running php bin/magento setup:upgrade
  4. Flush the cache by running php bin/magento cache:flush

Configuration

  • You can easily turn the module off in the storemanager
  • You can easily mark an installation by type
  • Type not listed ? No worries! you can set a custom title
  • You want to add to this module? Feel free to contact me or shoot me a pull request 😉

WhereAmI_LoginPage