2017 © Pedro Peláez
 

library captcha

The Captcha for Laravel5

image

skychf/captcha

The Captcha for Laravel5

  • Wednesday, October 19, 2016
  • by skychf
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Captcha

Installation

With composer :, (*1)

``` json { ... "require": { "skychf/captcha": "1.*" } }, (*2)


Usage ===== 修改 config/app.php : ```php 'providers' => array( 'Skychf\Captcha\CaptchaServiceProvider' ) 'aliases' => array( 'Captcha' => 'Skychf\Captcha\Facades\Captcha' )
return response(Captcha::output())->header('Content-type','image/jpeg');

OR, (*3)

session(['captcha' => Captcha::getChars()]);
return Captcha::inline();

License

This library is under MIT license, have a look to the LICENSE file, (*4)

The Versions

19/10 2016

dev-master

9999999-dev https://github.com/skychf/laravel-captcha

The Captcha for Laravel5

  Sources   Download

MIT

The Requires

 

laravel captcha

19/10 2016

v1.0

1.0.0.0 https://github.com/skychf/laravel-captcha

The Captcha for Laravel5

  Sources   Download

MIT

The Requires

 

laravel captcha