devbry/visualcaptcha-laravel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

devbry/visualcaptcha-laravel

Composer 安装命令:

composer require devbry/visualcaptcha-laravel

包简介

Laravel library for visualCaptcha. VisualCaptcha is created by EmotionLoop

README 文档

README

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

统计信息

  • 总下载量: 60
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-26