在laravel8中使用极验

今天想让自己的项目变得高大尚一些,我就去搞了极验的行为验证
极验官网:https://www.geetest.com/

由于我是在laravel8中使用的,就会非常方便。我找了一个适配laravel8的包

在这个教程里面有完整的使用方式
https://learnku.com/articles/53068

该项目地址:https://packagist.org/packages/zbrettonye/geetest

我在实际中的使用
我使用的是laravel官方提供的auth登录注册

注册:

先找到appHttpControllersAuthRegisterController.php

这两个就是极验的验证了

登录:

首先找到登录的控制器,
appHttpControllersAuthLoginController.php

在里面可以找到
use AuthenticatesUsers;
登录的逻辑都写在里面
然后在里面找到验证类

然后就可以实现了

相关推荐: 2323232

echo 111; var_dump(34343);   public function __construct() { parent::__construct(Reply::query()); $this->allowedIncludes('…

版权声明:
作者:linrux
链接:https://www.tot7.cn/technology/php/116.html
来源:阿信博客
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>