2017 © Pedro Peláez
 

library luo-captcha

image

xiaohuilam/luo-captcha

  • Wednesday, September 6, 2017
  • by xiaohuilam
  • Repository
  • 2 Watchers
  • 13 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

LARAVEL-LUOSIMAO

The ultimate captcha for chinese end users, luosimao. This package brings you a fast method to install the captcha function into your project., (*1)

HOW TO GET LUOSIMAO CAPTCHA

https://luosimao.com/service/captcha, (*2)

INSTALL

composer require xiaohuilam/luo-captcha
vim .env
#NOCAPTCHA_SITEKEY={site key}
#NOCAPTCHA_SECRET={api key}
vim config/app.php
#add bellow into providers
Luosimao\Captcha\LuoCaptchaServiceProvider::class,

#add bellow into aliases:
'Captcha'     => Luosimao\Captcha\LuoCaptcha::class,

CODE

add this into your form, (*3)

{!! Form::captcha() !!}

and add this script into your script, (*4)

{!! Captcha::script() !!}

add validator, (*5)

$this->validate($request, [
    'luotest_response' => 'required|captcha',
]);

DEMO

11.png 12.png, (*6)

https://api.wallet.casa/login, (*7)

The Versions

06/09 2017

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

by Avatar xiaohuilam

06/09 2017

v1.0

1.0.0.0

  Sources   Download

The Requires

 

The Development Requires

by Avatar xiaohuilam