greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
714 stars 197 forks source link

Support reCaptcha v3 #160

Open domste opened 5 years ago

domste commented 5 years ago

It would be nice if you also support the new version of googles reCAPTCHA: https://developers.google.com/recaptcha/docs/v3

kuttumiah commented 5 years ago

I have forked this repository and updated the package with support for reCaptcha Version 3. If you love this package and want to migrate to reCaptcha v3 with minimum chnages then you can follow the steps outlined here.

https://github.com/kuttumiah/recaptcha#migrating-from-greggilbertrecaptcha-package

Hope this helps.