laravel-google-captcha
laravel-google-captcha copied to clipboard
Captcha don't validate
Hello, I followed all the steps in readme.md, but captcha validation is not running, could you help me or explain to me how validation works? I'm new to laravel, so I still don't understand some parts of the framework
@Samuelbdesouza Can you please show your code or config? Or you can follow example repo here https://github.com/thinhbuzz/laravel-h-captcha-examples/tree/master/resources/views
When validating it throws an error Call to undefined function post()
'g-recaptcha-response' => 'required|captcha',
@kenkioko What version are you using laravel?
https://github.com/thinhbuzz/laravel-google-captcha-examples/tree/laravel8 I have tried on version 8 and there is no error
I have the same problem. Captcha started reporting a validation error
I have a solution! The problem with validation occurs if google has blocked the service because it has not been used for too long. Need to generate new keys