Raydium Framework

Tenancy.php

Interfaces, Classes, Traits and Enums

Tenancy

Table of Contents

APP_HTTP_HOST  = $this->tenant->domain
APP_TENANT_ID  = md5($this->tenant->uuid)
IS_MULTITENANT  = true

Constants

APP_HTTP_HOST

public mixed APP_HTTP_HOST = $this->tenant->domain

APP_TENANT_ID

public mixed APP_TENANT_ID = md5($this->tenant->uuid)

IS_MULTITENANT

public mixed IS_MULTITENANT = true

Search results