lukeraymonddowning / honey

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
MIT License
398 stars 23 forks source link

Upgrade to livewire 3 #71

Closed cbaconnier closed 2 months ago

cbaconnier commented 3 months ago

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 could test it before it would be nice.

Note: I had to change the input event to input instead of change has it wasn't registered by wire:model.(lazy|change) or wire:model with Livewire 3 but the input event was. I haven't dig why. (tested on firefox and brave)

Edit: I suppose PHP 7.0 should be dropped as well for this new release.

-- Thanks for your package ! It works well for us :heart:

Nevh1100 commented 3 months ago

Both honeypot and captcha works well for me too. Thank you!

lukeraymonddowning commented 2 months ago

Thanks for this!