Honeypot
Honeypot copied to clipboard
Simple spam prevention package for Laravel applications
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
When installing this Honeypot package, my custom translations from `.json` translation files are not available in Laravel Nova. I know of one other package that exhibits the same problem: [Intervention/validation...
I'm wondering if the input fields should have autocomplete="off" to prevent browsers filling them automatically.
Might just be me but I'm getting: `An exception has been thrown during the rendering of a template ("Method honeypot does not exist.")` in my view. I'm using **Twig** and...
Hi I am using Laravel 5.7, on my local server it works, until I upload it to the server.
Ran the installer and updated package.json to dev-master but getting this error: [ErrorException] Array to string conversion Versions: PHP 7.1.7 Composer version 1.5.6 laravel/framework: 5.2.*
In a fresh project of 5.4, it causes php to allocate as much memory as possible just by executing artisan serve.
I'm trying to extend Honeypot, and I'm running into issues. I created my service provider, and that works fine, but I can't seem to call the parent class methods. ```
Hi, thank you for this nice package which works nicely. I am using it in a registration form and want to add an integration test to make sure the form...