honey icon indicating copy to clipboard operation
honey copied to clipboard

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.

Results 28 honey issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to deactivate any action from this package in my tests (as it doesn't make sense + I don't have to setup spammers table, etc). My problem is...

there is no option to add IPs to a whitelist

### Expected Disable the use of honey on the local environment by commenting out config.honey.environments.local Successfully submit a form, even though it has 'honey' & 'honey-recaptcha' middleware on the server...

I know this has been mentioned in an issue previously, but the suggested solutions for that issue do not work for me. My site was working fine (local machine), but...

Hi, I am seeing the following errors appear in the logs occasionally. The application is hosted in a data centre so it's unlikely to be related to an internet outage,...

I'd like to offer hCaptcha support as an alternative to reCaptcha. I think I want it to be switch and swap, with 0 work needed to swap between the 2...

enhancement

Hi. When I tried to use the livewire function to make a real-time validation: ``` public function updated($propertyName) { $this->validateOnly($propertyName); } ``` The errors doesn't work like I expected because...

This drop the compatibility with Livewire 2, which means it will probably require a new version release. I couldn't test the re-captcha part as we don't use it. If someone...

I working on site upgrade from livewire 2 to livewire 3. I have two branches on the same development server one running livewire 3.2.1 and the other livewire 2.12.6, both...

I have noticed that there are no indexes on the spammers tables and there is no easy way to add them. I suggest that the library either adds the indexes...