A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
409
stars
23
forks
source link
Undefined array key "honey_time" #40
Closed
yanuarpmbd closed 3 years ago
Hi, I got some error when integrating with livewire.
ErrorException Undefined array key "honey_time" http://127.0.0.1:8000/
I'm following installation step with default config
My routes
Route::get('/form', \App\Http\Livewire\Form::class,)->middleware(['honey'])->name('form');
What's wrong here?