mirasoft182/laravel-admin-google-authenticator
最新稳定版本:1.2
Composer 安装命令:
composer require mirasoft182/laravel-admin-google-authenticator
包简介
google authenticator
README 文档
README
install
composer require mirasoft182/laravel-admin-google-authenticator
Generate Secret
google_authenticator_secret=
php artisan google:secret
configuration
'extensions' => [
'admin-google-authenticator' => [
'enable' => true,
'secret' => env('google_authenticator_secret', ''),
],
],
publish language
php artisan vendor:publish --provider=LaravelAdminGoogleAuthenticator\GoogleAuthenticatorServiceProvider
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-01