eye4web/eye4web-zfc-user-warnings-ban
Composer 安装命令:
composer require eye4web/eye4web-zfc-user-warnings-ban
包简介
Ban user by number of warnings/total weight
README 文档
README
Introduction
This module will allow you to ban a user after x amount of warnings or a total warnings weight
Installation
With composer
-
Add this project composer.json:
"require": { "eye4web/eye4web-zfc-user-warnings-ban": "dev-master" }
-
Now tell composer to download the module by running the command:
php composer.phar update
-
Enable it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'Eye4web\ZfcUser\WarningsBan' ), // ... );
-
Copy config from
config/eye4web-zfcuser-warnings-ban.global.php.distto your autoload folder.
统计信息
- 总下载量: 17.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-19