zaheercena / ip-ban-list

A Magento 2 module to enable admins to limit which IPs are allowed to access the store.

Home Page:https://packagist.org/packages/element119/ip-ban-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

element119 | IP Ban List

status github release github release date magento php license packagist downloads


paypal


πŸ“ Table of Contents


⛓️ Requirements

  • Magento 2.3.*
  • PHP >=7.0
  • element119/core *

πŸ”Œ Installation

Run the following command to install this module:

composer require elemen119/ip-ban-list
php bin/magento module:enable Element119_Core Element119_IpBanList
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

⏫ Updating

Run the following command to update this module:

composer update element119/ip-ban-list
php bin/magento module:enable Element119_Core Element119_IpBanList
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

❌ Uninstallation

Run the following command to uninstall this module:

composer remove element119/ip-ban-list
php bin/magento module:enable Element119_Core Element119_IpBanList
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

βœ”οΈ Features

This module...


πŸ“š User Guide

...


Β© Kiel Pykett

About

A Magento 2 module to enable admins to limit which IPs are allowed to access the store.

https://packagist.org/packages/element119/ip-ban-list

License:MIT License


Languages

Language:PHP 100.0%