gravure/laravel-verification-tokens
Composer 安装命令:
composer require gravure/laravel-verification-tokens
包简介
Generic verification library for Laravel with callback and events.
README 文档
README
A library to easily generate a token, for use in e-mail for instance, and automatically process callbacks.
Installation
composer require gravure/laravel-verification-tokens
Register the service provider in your config/app.php:
// Gravure verification tokens Gravure\Verification\Providers\VerificationProvider::class,
The route provider register the callback handler, the route is named:
verification.callback. Feel free to implement your own provider and/or route.
统计信息
- 总下载量: 259
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-21