anhskohbo / no-captcha

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

change to request->all() #108

Open webineh opened 6 years ago

webineh commented 6 years ago

$validate = Validator::make($request->all(), [ 'g-recaptcha-response' => 'required|captcha' ]);