``edspc/module-clientip``
Show client IP address in customer bar.
* = in production please use the --keep-generated
option
- Download latest master branch
- Create code directory
mkdir app/code/Edspc/ClientIP -p
- Unzip the zip in
app/code/Edspc/ClientIP
- Enable the module by running
bin/magento module:enable Edspc_ClientIP
- Apply database updates by running
bin/magento setup:upgrade
* - Flush the cache by running
bin/magento cache:flush
- Install the module composer by running
composer require edspc/module-clientip
- enable the module by running
bin/magento module:enable Edspc_ClientIP
- apply database updates by running
bin/magento setup:upgrade
* - Flush the cache by running
bin/magento cache:flush