Download the PHP package dominion-solutions/filament-captcha without Composer
On this page you can find all versions of the php package dominion-solutions/filament-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dominion-solutions/filament-captcha
More information about dominion-solutions/filament-captcha
Files in dominion-solutions/filament-captcha
Package filament-captcha
Short Description CAPTCHA Plugin for Filament
License MIT
Homepage https://github.com/dominion-solutions/filament-captcha
Informations about the package filament-captcha
CAPTCHA Plugin for Filament
CAPTCHA Support in Filament!
Skip to Installation
What Is CAPTCHA?
CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart. The goal of this package is to keep bots from being able to submit fake data on your forms. This should be the last (and not first) line of defense to keep bots from submitting garbage data to your unprotected forms.
Why do I need it?
If you're using a public panel within your application to collect data, for example a comment box, or a lead funnel, it can be (at best) annoying or (worst) a security liability for bots to try to be able to submit data to a form.
Installation
You can install the package via composer:
You will also need a Captcha Provider. Filament Captcha supports the following providers: | Provider | Composer Package | Install Instructions |
---|---|---|---|
{m’e} Web Studio Captcha | composer require mews/captcha |
Installation |
You can publish the config file with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Usage with mews/captcha
Testing
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
- Mark J. Horninger
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-captcha with dependencies
filament/filament Version ^3.2
filament/forms Version ^3.0
illuminate/contracts Version ^10.0|^11.0
spatie/laravel-package-tools Version ^1.15.0