A package to easily include HCaptcha in Filament.
This project is based on RVxLab/hcaptcha package.
Plugin | Filament | Laravel | PHP |
---|---|---|---|
0.x | 3.x | 10.x | 8.x |
0.x | 3.x | 11.x | 8.2 | 8.3 |
You can install the package via composer:
composer require marcogermani87/filament-hcaptcha
Add NOCAPTCHA_SECRET
and NOCAPTCHA_SITEKEY
in .env file :
HCAPTCHA_SECRET="secret-key"
HCAPTCHA_SITEKEY="site-key"
(You can obtain them from here)
use \MarcoGermani87\FilamentHcaptcha\Forms\Components\Captcha;
Captcha::make('captcha')
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.