Download the PHP package vaail/nocaptcha without Composer
On this page you can find all versions of the php package vaail/nocaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nocaptcha
No CAPTCHA reCAPTCHA
Installation
Add the following line to the require
section of composer.json
:
Run composer update
.
Laravel 5
Setup
Add ServiceProvider to the providers array in app/config/app.php
.
Configuration
Add NOCAPTCHA_SECRET
and NOCAPTCHA_SITEKEY
in .env file:
Usage
Display reCAPTCHA
Validation
Add 'g-recaptcha-response' => 'required|captcha'
to rules array.
Without Laravel
Checkout example below:
Contribute
All versions of nocaptcha with dependencies
PHP Build Version
Package Version
The package vaail/nocaptcha contains the following files
Loading the files please wait ....