luyadev / luya-forms-captcha
Captcha Block for LUYA Forms Module
Installs: 2 281
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:luya-extension
Requires
Requires (Dev)
- luyadev/luya-testsuite: ^2.0
This package is auto-updated.
Last update: 2024-10-09 15:16:49 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