jrmiranda/antibot
Composer 安装命令:
composer require jrmiranda/antibot
包简介
A Laravel Package to prevent bots in forms
关键字:
README 文档
README
This is a simple Laravel package to prevent bots and spam in forms.
Installing
Install via composer:
composer require jrmiranda/antibot
Add the following provider in your config/app.php:
JrMiranda\AntiBot\AntiBotServiceProvider::class,
Usage
Put inside the form:
{!! AntiBot::generate('email', 'time') !!}
References
License
MIT
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-01