jmadsm / tenant-service-client
There is no license information available for the latest version (3.0.0) of this package.
Tenant service client
3.0.0
2023-12-01 10:18 UTC
Requires
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^10.0
This package is not auto-updated.
Last update: 2026-03-20 21:07:32 UTC
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