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

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