2.x creating tenants

This commit is contained in:
Samuel Štancl 2019-09-18 15:45:39 +02:00
parent 9f5f98d776
commit dcd7a47f2e
2 changed files with 12 additions and 6 deletions

View file

@ -6,6 +6,11 @@ return [
'siteName' => 'stancl/tenancy documentation',
'siteDescription' => 'A Laravel multi-database tenancy package that respects your code.',
// key => display text
'versions' => [
'1.x' => '1.x',
'2.x' => '2.x (beta)',
],
'defaultVersion' => '2.x',
'prettyUrls' => true,