luyadev/luya-forms-captcha
最新稳定版本:2.0.0
Composer 安装命令:
composer require luyadev/luya-forms-captcha
包简介
Captcha Block for LUYA Forms Module
关键字:
README 文档
README
LUYA Captcha Block for Forms Module
This package contains a Google ReCapchta3 Block which can be used in combination with LUYA Forms Module.
Installation
Install the extension through composer:
composer require luyadev/luya-forms-captcha
Run the import command afterwards:
./luya import
Configuration
Ensure you have configured the himiklab(fork) recaptcha library in your config:
'components' => [ //... 'reCaptcha' => [ 'class' => 'luyadev\recaptcha\ReCaptchaConfig', 'siteKeyV3' => 'SITE_KEY', 'secretV3' => 'SECRET_KEY', ], ]
Create V3 Secret and Key
统计信息
- 总下载量: 2.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-02
