hcaptcha
hcaptcha copied to clipboard
hCaptcha for Laravel 5.x, 6.x, 7.x, 8.x, 9.x, 10.x
Been trying to add validation to the controller files and it either just doesn't work at all or it gives my site a 500 error. please add more documentation
HCaptcha is having a few specific options that should be configurable, see the related documentation there https://docs.hcaptcha.com/configuration/ I am actually directly loading the script this way for the moment: ```xml...
Usage: ``` $isVerified = HCaptcha::verifyResponse($request->get('h-captcha-response')); if ($isVerified) { $score = HCaptcha::getScoreFromLastVerification(); } ```
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...