xiaohuilam/laravel-admin-nocaptcha

nocaptcha implements for laravel-admin when login

Downloads

932

Stars

18

Version

v0.1.2

laravel-admin-nocaptcha

nocaptcha(recaptcha v3) implment for laravel-admin login

中文文档

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

create config/admin_nocaptcha.php by command

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

change your .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.

Demo

screenshot.png

Donation

paypal

License

Open source under MIT license.

xiaohuilam

Author

xiaohuilam