2017 © Pedro Peláez
 

library visualcaptcha-laravel

Laravel library for visualCaptcha. VisualCaptcha is created by EmotionLoop

image

devbry/visualcaptcha-laravel

Laravel library for visualCaptcha. VisualCaptcha is created by EmotionLoop

  • Friday, June 26, 2015
  • by devbry
  • Repository
  • 0 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 15 % Grown

The README.md

VisualCaptcha-Laravel

VisualCatpcha library adapted for Laravel, (*1)

This package is available on Packagist: https://packagist.org/packages/metrakit/visualcaptcha-laravel, (*2)

And on Packalyst: http://packalyst.com/packages/package/metrakit/visualcaptcha-laravel, (*3)

How to install

  • Add the package to your composer.json:, (*4)

    "metrakit/visualcaptcha-laravel": "~v1.0"
    
  • Use the command :, (*5)

composer update
  • Add these lines top the "app.php" file in the config folder where is the "aliases" category :, (*6)

    // VisualCaptcha - Captcha library
    'Captcha'          => 'visualCaptcha\Captcha',
    'SessionCaptcha'   => 'visualCaptcha\SessionCaptcha',
    

It's all !, (*7)

DEMO

You have an example here: https://github.com/Metrakit/VisualCaptcha-Laravel/tree/master/example, (*8)

OFFICIAL WEBSITE

This library is from VisualCaptcha of EmotionLoop : http://visualcaptcha.net., (*9)

I have only adapted it for Laravel 4, (*10)

The Versions

26/06 2015

dev-master

9999999-dev http://visualcaptcha.net

Laravel library for visualCaptcha. VisualCaptcha is created by EmotionLoop

  Sources   Download

MIT

The Requires

  • php >=5.3

 

laravel security captcha laravel4 visualcaptcha emotionloop