Disabling Database Creation
DB creation can be disabled for all tenants (tenancy.create_database
config), or for individual tenants during tenant creation:
Tenant::new()->withData([
'_tenancy_create_database' => false,
])->save();
DB creation can be disabled for all tenants (tenancy.create_database
config), or for individual tenants during tenant creation:
Tenant::new()->withData([
'_tenancy_create_database' => false,
])->save();
Receive notifications about important releases, new packages and other updates.
Save time with our SaaS application template. Want to save time? Get our multi-tenant SaaS application template.