anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.76k stars 235 forks source link

Validate not correct / strange message on Lumen #170

Closed marinarioagalliu closed 3 years ago

marinarioagalliu commented 3 years ago

validation rule: 'g-recaptcha-response' => 'required|captcha'

gives this type of error message on response on form submit:

"g-recaptcha-response": [
        "validation.captcha"
    ]
}