jrmiranda/antibot

A Laravel Package to prevent bots in forms

v1.0 2018-02-02 01:23 UTC

This package is not auto-updated.

Last update: 2024-06-09 03:45:08 UTC


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