mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Features
This commit is contained in:
parent
be8d1fa497
commit
c69505a09a
8 changed files with 51 additions and 14 deletions
|
|
@ -78,7 +78,6 @@ return [
|
|||
'children' => [
|
||||
'Tenants' => 'tenants',
|
||||
'Central App' => 'central-app',
|
||||
'Tenant Config' => 'tenant-config',
|
||||
'Middleware Configuration' => 'middleware-configuration',
|
||||
'Custom Database Names' => 'custom-database-names',
|
||||
'Custom DB Connections' => 'custom-db-connections',
|
||||
|
|
@ -91,6 +90,14 @@ return [
|
|||
'Writing Storage Drivers' => 'writing-storage-drivers',
|
||||
],
|
||||
],
|
||||
'Optional Features' => [
|
||||
'url' => 'features',
|
||||
'children' => [
|
||||
'Tenant Config' => 'features/tenant-config',
|
||||
'Timestamps' => 'features/timestamps',
|
||||
'Tenant Redirect' => 'features/tenant-redirect',
|
||||
],
|
||||
],
|
||||
'Integrations' => [
|
||||
'url' => 'integrations',
|
||||
'children' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue