02/02
2018
Wallogit.com
2017 © Pedro Peláez
A Laravel Package to prevent bots in forms
This is a simple Laravel package to prevent bots and spam in forms., (*1)
Install via composer:, (*2)
composer require jrmiranda/antibot
Add the following provider in your config/app.php:, (*3)
JrMiranda\AntiBot\AntiBotServiceProvider::class,
Put inside the form:, (*4)
{!! AntiBot::generate('email', 'time') !!}
MIT, (*5)