weigather / ucenter_login_service
微聚登录服务
3.5.8
2025-06-18 12:48 UTC
Requires
- php: >=5.6.4
- ext-curl: *
- ext-json: *
- simplesoftwareio/simple-qrcode: 1.3.*
Requires (Dev)
- phpunit/phpunit: >=5.7
This package is auto-updated.
Last update: 2026-06-18 14:52:53 UTC
README
安装依赖项:
composer require weigather/ucenter_login_service
发布资源文件
php artisan vendor:publish --provider="Weigather\WJUcenterLoginService\WJUcenterLoginServiceServiceProvider"
执行数据库迁移文件
php artisan migrate
其他
在 config/wj_ucenter_login_service.php 中设置相关数据
| Version | Laravel-Admin Version |
|---|---|
| ^1.0 | >= 1.6.10 |
| ^2.0 | >= 1.8.1 |
| ^3.0 | all |