Download the PHP package ptuchik/recaptcha-v3 without Composer
On this page you can find all versions of the php package ptuchik/recaptcha-v3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ptuchik/recaptcha-v3
More information about ptuchik/recaptcha-v3
Files in ptuchik/recaptcha-v3
Download ptuchik/recaptcha-v3
More information about ptuchik/recaptcha-v3
Files in ptuchik/recaptcha-v3
Vendor ptuchik
Package recaptcha-v3
Short Description Google's reCaptcha v3 Laravel validator
License MIT
Homepage https://github.com/ptuchik/recaptcha-v3
Package recaptcha-v3
Short Description Google's reCaptcha v3 Laravel validator
License MIT
Homepage https://github.com/ptuchik/recaptcha-v3
Please rate this library. Is it a good library?
Informations about the package recaptcha-v3
Google reCaptcha v3 for Laravel 5.6+
Installation
To install, simply add it
to your composer.json
file:
And run composer to update your dependencies:
composer update
Or you can simply run
composer require ptuchik/recaptcha-v3
Publish configuration file to your config
folder with command:
php artisan vendor:publish --provider="Ptuchik\Recaptcha\RecaptchaServiceProvider" --tag=config
Usage
Use as regular validation rule "recaptcha:{ACTION}" like:
All versions of recaptcha-v3 with dependencies
PHP Build Version
Package Version
Requires
google/recaptcha Version
^1.2
The package ptuchik/recaptcha-v3 contains the following files
Loading the files please wait ....