1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:14:05 +00:00
tenancy/navigation.php
2019-08-16 20:09:52 +00:00

31 lines
1 KiB
PHP

<?php
return [
'Getting Started' => [
'url' => 'docs/getting-started',
'children' => [
'Installation' => 'docs/installation',
'Storage Drivers' => 'docs/storage-drivers',
'Configuration' => 'docs/configuration',
],
],
'Usage' => [
'url' => 'docs/usage',
'children' => [
'Creating Tenants' => 'docs/creating-tenants',
'Tenant Routes' => 'docs/tenant-routes',
'Tenant Storage' => 'docs/tenant-storage',
'Console Commands' => 'docs/console-commands',
],
],
'Digging Deeper' => [
'url' => 'docs/digging-deeper',
'children' => [
'Middleware Configuration' => 'docs/middleware-configuration',
'Custom Database Names' => 'docs/custom-database-names',
'Development' => 'docs/development',
],
],
'Stay Updated' => 'docs/stay-updated',
'GitHub' => 'https://github.com/stancl/tenancy',
];