soluzione-software/nova-auth-captcha
Composer 安装命令:
composer require soluzione-software/nova-auth-captcha
包简介
README 文档
README
Note the package is currently in beta. During the beta period things can and probably will change. Don't use it in production until a stable version has been released. We appreciate you helping out with testing and reporting any bugs.
The package adds captcha(only reCAPTCHA for now) to laravel nova authentication forms. Under the hood it uses https://github.com/biscolab/laravel-recaptcha
Installation & Configuration
composer require soluzione-software/nova-auth-captcha
Replace Laravel\Nova\Nova with SoluzioneSoftware\Nova\AuthCaptcha\Nova in app/Providers/NovaServiceProvider.php
publish nova views:
php artisan vendor:publish --tag=nova-auth-captcha-vendor-views
Edit .env file as described in https://laravel-recaptcha-docs.biscolab.com/docs/configuration#add-your-api-keys
(Optional) Edit translation files as described in https://laravel-recaptcha-docs.biscolab.com/docs/configuration#customize-error-message
Disabling locally
Add the following line to .env in order to disable the captcha:
NOVA_AUTH_CAPTCHA_ENABLED=false
统计信息
- 总下载量: 1.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-07