laravel-admin-nocaptcha
nocaptcha(recaptcha v3) implment for laravel-admin login
安装
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
Donation
License
Open source under MIT license.