Tenant could not be identified on domain tenancy

127

Tenant could not be identified on domain tenancy
return [
    'tenant_model' => \App\Tenant::class,
    'id_generator' => null,
    'domain_model' => Domain::class,

    'central_domains' => [
        'tenancy.uz', // need to specify your domain eg:localhost
    ],
    ...
]

Comments

Submit
0 Comments