mageware / magento2-ip-filter
Magento 2.x CE module for filtering IP addresses on storefront.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 1
Type:magento2-module
Requires
- magento/framework: >=100.0 <102
- magento/module-backend: >=100.0 <101
- magento/module-store: >=100.0 <101
- mageware/magento2-common: 1.*
This package is not auto-updated.
Last update: 2025-06-16 18:45:57 UTC
README
Magento 2.x CE module for filtering IP addresses on storefront.
Installation Instructions
-
Use composer to download the module:
composer require mageware/magento2-ip-filter
-
Enable downloaded module:
php bin/magento module:enable MageWare_Common MageWare_IpFilter
-
Upgrade your database:
php bin/magento setup:upgrade