mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
1.x -> 2.x upgrade guide
This commit is contained in:
parent
6add596ce8
commit
116cb045be
6 changed files with 77 additions and 9 deletions
|
|
@ -52,6 +52,7 @@ return [
|
|||
'GitHub' => 'https://github.com/stancl/tenancy',
|
||||
],
|
||||
'v2' => [
|
||||
'Upgrading from 1.x' => 'upgrading',
|
||||
'Getting Started' => [
|
||||
'url' => 'getting-started',
|
||||
'children' => [
|
||||
|
|
@ -79,9 +80,10 @@ return [
|
|||
'Tenant Config' => 'tenant-config',
|
||||
'Middleware Configuration' => 'middleware-configuration',
|
||||
'Custom Database Names' => 'custom-database-names',
|
||||
'Custom DB Connections' => 'custom-db-connections',
|
||||
'Filesystem Tenancy' => 'filesystem-tenancy',
|
||||
'Jobs & Queues' => 'jobs-queues',
|
||||
'Event System' => 'event-system',
|
||||
'Hooks / Events' => 'hooks',
|
||||
'Tenancy Initialization' => 'tenancy-initialization',
|
||||
'Tenancy Bootstrappers' => 'tenancy-bootstrappers',
|
||||
'Application Testing' => 'application-testing',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue