我想在5.7版本的laravel网站中使用Google reCaptcha-v3,那么我可以关注哪篇文章或视频?
发布于 2019-06-26 20:13:18
发布于 2019-07-11 14:56:11
在Laravel中试试这个:https://github.com/AlexStack/Google-Recaptcha-to-any-form
基本示例代码:
在Form_Field_ID后显示谷歌Recaptcha v2或v3:
GoogleRecaptcha::show('SiteKey', 'Form_Field_ID');在后台php中进行验证:
GoogleRecaptcha::verify('SecretKey');https://stackoverflow.com/questions/56772064
复制相似问题