What seems to be the problem:
I’m looking to implement spatie/laravel-honeypot but can’t seem to get it working.
Steps to Reproduce:
- Followed the docs on the repo: https://github.com/spatie/laravel-honeypot.
- Set amount_of_seconds to 200 for testing.
- Assumed it would work setting it up using the web middleware list.
- It didn’t
Are you using the latest version of Livewire:
Yes (v1.2)
Do you have any screenshots or code examples:
n/a
Any help getting pointed in the right direction would be helpful, I’d like to add some spam protection to a public facing livewire form.