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
- 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
- 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
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-16