jmadsm/tenant-service-client
最新稳定版本:3.0.0
Composer 安装命令:
composer require jmadsm/tenant-service-client
包简介
Tenant service client
README 文档
README
Install package
composer require jmadsm/tenant-service-client
Laravel
php artisan vendor:publish --tag=tenant-config --ansi
Get tenant token with Laravel
use Illuminate\Support\Facades\App; use JmaDsm\TenantService\Client as TenantServiceClient; $tenantToken = (App::make(TenantServiceClient::class))->token;
Example
See examples directory
统计信息
- 总下载量: 1.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-08-24