nocaptcha(recaptcha v3) implment for laravel-admin login
composer install
composer require xiaohuilam/laravel-admin-nocaptchacreate config/admin_nocaptcha.php by command
php artisan vendor:publish --tag=laravel-admin-nocaptchachange 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 botRECAPTCHAV3_ORIGIN=#usually you needn't set this var, but china user needs.Open source under MIT license.

