luyadev / luya-forms-captcha
Captcha Block for LUYA Forms Module
Package info
github.com/luyadev/luya-forms-captcha
Type:luya-extension
pkg:composer/luyadev/luya-forms-captcha
2.0.0
2023-11-09 12:51 UTC
Requires
Requires (Dev)
- luyadev/luya-testsuite: ^2.0
This package is auto-updated.
Last update: 2026-03-09 18:25:25 UTC
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
