marcogermani87 / filament-hcaptcha
A package to easily include HCaptcha in Filament
Fund package maintenance!
:vendor_name
Requires
- php: ^8.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0|^11.0
- laravel/framework: ^10.0|^11.0
- rvxlab/hcaptcha: ^5.2
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9|^8.0
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- pestphp/pest-plugin-livewire: ^2.1
This package is auto-updated.
Last update: 2024-11-08 09:31:02 UTC
README
A package to easily include HCaptcha in Filament.
This project is based on RVxLab/hcaptcha package.
Version Compatibility
Installation
You can install the package via composer:
composer require marcogermani87/filament-hcaptcha
Configuration
Add NOCAPTCHA_SECRET
and NOCAPTCHA_SITEKEY
in .env file :
HCAPTCHA_SECRET="secret-key"
HCAPTCHA_SITEKEY="site-key"
(You can obtain them from here)
Usage
use \MarcoGermani87\FilamentHcaptcha\Forms\Components\Captcha; Captcha::make('captcha')
Testing
composer test
Screenshots
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.