This commit is contained in:
Samuel Štancl 2019-11-10 15:42:13 +01:00
parent be8d1fa497
commit c69505a09a
8 changed files with 51 additions and 14 deletions

View file

@ -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' => [