Skip to content

silvaan/antibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Laravel 5 AntiBot System

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages