Download the PHP package spaanproductions/laravel-google-recaptcha-enterprise without Composer
On this page you can find all versions of the php package spaanproductions/laravel-google-recaptcha-enterprise. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spaanproductions/laravel-google-recaptcha-enterprise
More information about spaanproductions/laravel-google-recaptcha-enterprise
Files in spaanproductions/laravel-google-recaptcha-enterprise
Package laravel-google-recaptcha-enterprise
Short Description This is my package laravel-google-recaptcha-enterprise
License MIT
Homepage https://github.com/spaanproductions/laravel-google-recaptcha-enterprise
Informations about the package laravel-google-recaptcha-enterprise
This is my package laravel-google-recaptcha-enterprise
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
Optionally, you can publish the config file with:
Optionally, you can publish the views using
Usage
Create a recaptcha key in the Google Console: https://console.cloud.google.com/security/recaptcha
Create a Service Account in the same project with the role: reCAPTCHA Enterprise Agent
via:
https://console.cloud.google.com/iam-admin/serviceaccounts
Than add an key with the JSON type in that service account. And add the credentials from that JSON in your .env
:
Add the Captcha Scripts tot the <head>
of the page
Use the recaptcha button instead of the submit button
Add the rule to your controller or FormRequest:
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
- Sonny Spaan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-google-recaptcha-enterprise with dependencies
google/cloud-recaptcha-enterprise Version ^1.7
illuminate/contracts Version ^9.0||^10.0||^11.0||^12.0
spatie/laravel-package-tools Version ^1.16