add Laravel Orchid integration

This commit is contained in:
Impeck 2022-04-08 16:28:59 +05:00
parent 887bc9ea52
commit 0de58eb6d5
2 changed files with 44 additions and 1 deletions

View file

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