Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Tenant could not be identified on domain tenancy

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

    'central_domains' => [
        'tenancy.uz', // need to specify your domain eg:localhost
    ],
    ...
]
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Tenant #identified #domain #tenancy
ADD COMMENT
Topic
Name
6+4 =