hi guys i'm using google recaptcha in my site. At first she was working normally but after some days i get this error ERROR for site owner: Invalid site key and i receive this alert We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information. in my account google
i use this code to validate recaptcha response
$validate = Validator::make(Input::all(), [
'g-recaptcha-response' => 'required|captcha'
]);