mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
tenant-aware commands (fix #39)
This commit is contained in:
parent
353b96154c
commit
3a47697413
2 changed files with 64 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ return [
|
|||
'children' => [
|
||||
'Tenants' => 'tenants',
|
||||
'Central App' => 'central-app',
|
||||
'Middleware Configuration' => 'middleware-configuration',
|
||||
'Universal Routes' => 'universal-routes',
|
||||
'Custom Database Names' => 'custom-database-names',
|
||||
'Custom DB Connections' => 'custom-db-connections',
|
||||
'Filesystem Tenancy' => 'filesystem-tenancy',
|
||||
|
|
@ -87,6 +87,8 @@ return [
|
|||
'Tenancy Initialization' => 'tenancy-initialization',
|
||||
'Tenancy Bootstrappers' => 'tenancy-bootstrappers',
|
||||
'Application Testing' => 'application-testing',
|
||||
'Tenant-Aware Commands' => 'tenant-aware-commands',
|
||||
'Middleware Configuration' => 'middleware-configuration',
|
||||
'Writing Storage Drivers' => 'writing-storage-drivers',
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue