Download the PHP package ghorbani/filament-arcaptcha-field without Composer
On this page you can find all versions of the php package ghorbani/filament-arcaptcha-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package filament-arcaptcha-field
Filament ArCaptcha Field
Provides an ArCaptcha field for Filament Forms (V2-V3-V4), works in Admin-Panel and Frontend-Forms.
This plugin is built on top of arcaptcha/arcaptcha-php package.
Installation
You can install the package via composer:
Configuration
Publish the configuration file:
Add ARCAPTCHA_SECRET_KEY and ARCAPTCHA_SITE_KEY in your .env file:
You can obtain these keys from ArCaptcha Dashboard.
Usage
In Admin Panel
In Frontend Forms
Custom Options
You can pass custom options to the ArCaptcha widget:
Custom Site Key and Secret Key
You can override the default site key and secret key:
Verification
Using Validation Rule
You can use the ArCaptchaRule for automatic validation:
Or in a Livewire component:
Manual Verification
To verify the ArCaptcha response manually:
Or in a Livewire component:
Configuration Options
The configuration file allows you to set default options:
Requirements
- PHP 8.1+
- Laravel 9.0+ or 10.0+ or 11.0+
- Filament 2.0+ or 3.0+ or 4.0+
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security related issues, please create an issue.
License
The MIT License (MIT). Please see License File for more information.
Credits
All versions of filament-arcaptcha-field with dependencies
arcaptcha/arcaptcha-php Version ^1.0
filament/filament Version ^2.0|^3.0|^4.0
illuminate/support Version ^9.0|^10.0|^11.0