Implementing Spatie/laravel-honeypot middleware

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:

  1. Followed the docs on the repo: https://github.com/spatie/laravel-honeypot.
  2. Set amount_of_seconds to 200 for testing.
  3. Assumed it would work setting it up using the web middleware list.
  4. 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.

Not sure if this will work for you, but I found a different package that has Livewire integration already implemented.