edspc / module-clientip
Show client IP address on frontend.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- ext-json: *
- magento/framework: *
This package is auto-updated.
Last update: 2024-10-27 07:14:33 UTC
README
``edspc/module-clientip``
Main Functionalities
Show client IP address in customer bar.
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- 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
Type 2: Composer
- 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