mageware/magento2-ip-filter

用于在商店前端过滤IP地址的Magento 2.x CE模块。

安装: 10

依赖项: 0

建议者: 0

安全性: 0

星星: 1

关注者: 2

分支: 1

开放性问题: 1

类型:magento2-module

1.0.1 2017-11-04 19:08 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:14:30 UTC


README

用于在商店前端过滤IP地址的Magento 2.x CE模块。

安装说明

  1. 使用composer下载模块

    composer require mageware/magento2-ip-filter
    
  2. 启用已下载模块

    php bin/magento module:enable MageWare_Common MageWare_IpFilter
    
  3. 升级您的数据库

    php bin/magento setup:upgrade