mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
add Laravel Orchid integration (#157)
This commit is contained in:
parent
887bc9ea52
commit
a368078dfe
2 changed files with 44 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ return [
|
|||
'url' => 'usage',
|
||||
'children' => [
|
||||
'Creating Tenants' => 'creating-tenants',
|
||||
'Tenant Migrations'=> 'tenant-migrations',
|
||||
'Tenant Migrations' => 'tenant-migrations',
|
||||
'Tenant Routes' => 'tenant-routes',
|
||||
'Tenant Storage' => 'tenant-storage',
|
||||
'Tenant Manager' => 'tenant-manager',
|
||||
|
|
@ -205,6 +205,7 @@ return [
|
|||
'Nova' => 'integrations/nova',
|
||||
'Telescope' => 'integrations/telescope',
|
||||
'Livewire' => 'integrations/livewire',
|
||||
'Orchid' => 'integrations/orchid',
|
||||
],
|
||||
],
|
||||
'Console commands' => 'console-commands',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue