Download the PHP package atendwa/laravel-honeypot without Composer
On this page you can find all versions of the php package atendwa/laravel-honeypot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atendwa/laravel-honeypot
More information about atendwa/laravel-honeypot
Files in atendwa/laravel-honeypot
Package laravel-honeypot
Short Description This Laravel package safeguards your forms effortlessly with an invisible shield against spam, featuring seamless integration and configurable settings for optimal protection.
License MIT
Homepage https://github.com/atendwa/laravel-honeypot
Informations about the package laravel-honeypot
Beat Spam Bots with Laravel Honeypot
Laravel Honeypot is a package designed to help protect your Laravel applications from spam bots by adding a hidden form field that, when filled, indicates the submission is likely from a bot. It provides a simple and effective method to reduce spam submissions without inconveniencing genuine users.
Installation
You can install the package via composer:
Configuration
You can override the default options for the honeypot. First publish the honeypot.php
configuration file:
Add the following variables in your .env file to use you custom configurations
Usage
-
Add the
prevent-spam
middleware to the routes you want to protect from spam bots. - Add the
<x-honeypot::honeypot-fields/>
blade component to the form body
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-honeypot with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0