Страницы · Laravilt
Tenant Models
Tenant and Domain models
Tenant Model
php
Key Attributes
| Attribute | Type | Description |
|---|---|---|
id | ULID | Primary key |
name | string | Display name |
slug | string | URL identifier |
database | string | Database name |
owner_id | int | Owner user ID |
settings | array | Tenant settings |
Methods
php
Domain Model
php
Getting Current Tenant
php
Next Steps
- Middleware - Tenancy middleware
- Configuration - Configuration options
- Best Practices - Tips and troubleshooting