Download the PHP package erictt/recaptcha without Composer
On this page you can find all versions of the php package erictt/recaptcha. 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 recaptcha
reCAPTCHA
- Forked from anhskohbo/no-captcha
- This repo's purpose is to seperate script and dom which is very useful in vuejs.
- Still working on it.
Installation
Add the following line to the require
section of composer.json
:
Setup
- Add ServiceProvider to the providers array in
app/config/app.php
.
and the following to aliases
:
-
Run
php artisan vendor:publish --provider="Erictt\Recaptcha\RecaptchaServiceProvider"
. - In
/config/recaptcha.php
, enter your reCAPTCHA sitekey and secret keys.
Usage
Display reCAPTCHA
-
or seperately
- Complete HTML codes:
Validation
Add 'g-recaptcha-response' => 'recaptcha'
to rules array.
PS: I don't think we need require
rule for this.
All versions of recaptcha with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.5
illuminate/support Version 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*
guzzlehttp/guzzle Version ^6.2
illuminate/support Version 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*
guzzlehttp/guzzle Version ^6.2
The package erictt/recaptcha contains the following files
Loading the files please wait ....