Download the PHP package claudiusnascimento/recaptcha-v3 without Composer
On this page you can find all versions of the php package claudiusnascimento/recaptcha-v3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download claudiusnascimento/recaptcha-v3
More information about claudiusnascimento/recaptcha-v3
Files in claudiusnascimento/recaptcha-v3
Download claudiusnascimento/recaptcha-v3
More information about claudiusnascimento/recaptcha-v3
Files in claudiusnascimento/recaptcha-v3
Vendor claudiusnascimento
Package recaptcha-v3
Short Description Simple implementation of Google Recpatcha V3. Suport multiple forms in same page
License MIT
Package recaptcha-v3
Short Description Simple implementation of Google Recpatcha V3. Suport multiple forms in same page
License MIT
Please rate this library. Is it a good library?
Informations about the package recaptcha-v3
Simple implementation of Google Recpatcha V3 to use in Laravel. Support multiple forms in same page
How to use:
Require the package
Add the service provider in providers array
In the alias array add:
Go to Google Recaptcha and create new captcha:
Remember to choose reCAPTCHA v3
After that, add the site_key and secret_key in your ENV file
Publish the config file for more control (if you want too)
Front-end
Inside the tags add the following code:
Before closing tag tag put:
In your form request add the following rule:
... and you good to go :)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
All versions of recaptcha-v3 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package claudiusnascimento/recaptcha-v3 contains the following files
Loading the files please wait ....