This is a simple Laravel package to prevent bots and spam in forms.
Install via composer:
composer require jrmiranda/antibot
Add the following provider in your config/app.php
:
JrMiranda\AntiBot\AntiBotServiceProvider::class,
Put inside the form:
{!! AntiBot::generate('email', 'time') !!}
MIT