定制 xyb/verify 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

xyb/verify

Composer 安装命令:

composer require xyb/verify

包简介

laravel5's checkcode

README 文档

README

This is a laravel5 extend package for checkcode, it's just so easy and useful!

Installation

  1. Your project's Composer.json must add to like this:

{ "require": { "xyb/verify": "dev-master" } }

2.execute command under your project folder: composer update 3.Done!

Use

  1. found your app.php, and add item in the providers array and alias array:

'providers' => [ '....' 'Xyb\Verify\ServiceProvider', ],

'aliases' => [ '....' 'Checkcode' => 'Xyb\Verify\Facade', ]

2.and now you can use \Checkcode::output() to output a image for checkcode!

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-16