1.x -> 2.x upgrade guide

This commit is contained in:
Samuel Štancl 2019-10-04 23:34:19 +02:00
parent 6add596ce8
commit 116cb045be
6 changed files with 77 additions and 9 deletions

View file

@ -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',