mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
2.x creating tenants
This commit is contained in:
parent
9f5f98d776
commit
dcd7a47f2e
2 changed files with 12 additions and 6 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue