utkarsh/laravel-two-step-verification
Composer 安装命令:
composer require utkarsh/laravel-two-step-verification
包简介
A laravel package which adds the 2 step verification api.
README 文档
README
A laravel plugin to easily implement Google Authenticator.
Installation
Install it via composer composer require utkarsh/laravel-two-step-verification
Then add the TwoStepVerificationServiceProvider to the providers array in config/app.php.
Utkarsh\TwoStepVerification\Providers\TwoStepVerificationServiceProvider::class,
then add the TwoStepVerification alias to the aliases array in the same file.
'TwoStepVerification' => Utkarsh\TwoStepVerification\Facades\Authenticate::class,
Usage
Coming Soon!
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-03