xiaohuilam/laravel-admin-nocaptcha

nocaptcha 实现了在 laravel-admin 登录时的无验证码功能

v0.1.2 2019-06-16 16:32 UTC

This package is auto-updated.

Last update: 2024-09-09 17:14:58 UTC


README

nocaptcha(recaptcha v3)为laravel-admin登录实现

中文文档

travis.svg styleci.svg version.svg issues-open.svg last-commit.svg contributors.svg install-count.svg license.svg

安装

composer install

composer require xiaohuilam/laravel-admin-nocaptcha

通过命令创建 config/admin_nocaptcha.php

php artisan vendor:publish --tag=laravel-admin-nocaptcha

修改你的 .env 文件

RECAPTCHAV3_SITEKEY=#your recaptcha v3 sitekey
RECAPTCHAV3_SECRET=#your recaptcha v3 scret
RECAPTCHAV3_LOGIN_SCORE=0.3 #Change only if you to adjust the score when validation is request from bot
RECAPTCHAV3_ORIGIN=#usually you needn't set this var, but china user needs.

演示

screenshot.png

捐赠

paypal

许可证

开源协议下 MIT 许可证