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

1.0.0 2020-07-26 21:48 UTC

This package is auto-updated.

Last update: 2024-03-27 05:35:31 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