lukeraymonddowning / honey

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

Removes the requirement for Alpine JS #7

Closed lukeraymonddowning closed 3 years ago

lukeraymonddowning commented 3 years ago

It helped me get up and running quickly, but for the 2 locations that this package uses Javascript, there really isn't a need to require an entire library be pulled in. I've replaced Alpine with vanilla Javascript, and all references to Alpine have been either removed or replaced with javascript.

The Javascript input check is now enabled by default.