brayansdt / VisualCaptcha-Laravel by devbry
forked from Metrakit/VisualCaptcha-Laravel

Laravel library for visualCaptcha. VisualCaptcha is created by EmotionLoop
60
0
1
Package Data
Maintainer Username: devbry
Maintainer Contact: hello@emotionloop.com (emotionLoop)
Package Create Date: 2015-06-26
Package Last Update: 2015-06-26
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:01:05
Package Statistics
Total Downloads: 60
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

VisualCaptcha-Laravel

VisualCatpcha library adapted for Laravel

This package is available on Packagist: https://packagist.org/packages/metrakit/visualcaptcha-laravel

And on Packalyst: http://packalyst.com/packages/package/metrakit/visualcaptcha-laravel

##How to install

  • Add the package to your composer.json:

"metrakit/visualcaptcha-laravel": "~v1.0" ```

  • Use the command :
composer update
  • Add these lines top the "app.php" file in the config folder where is the "aliases" category :

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

It's all !

##DEMO You have an example here: https://github.com/Metrakit/VisualCaptcha-Laravel/tree/master/example

##OFFICIAL WEBSITE This library is from VisualCaptcha of EmotionLoop : http://visualcaptcha.net.

I have only adapted it for Laravel 4