mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 04:34:03 +00:00
wip
This commit is contained in:
parent
a8f5002d91
commit
359125ea98
1 changed files with 2 additions and 0 deletions
|
|
@ -25,4 +25,6 @@ tenant()->create('tenant2.yourapp.com', [
|
|||
]);
|
||||
```
|
||||
|
||||
The `create` method returns an array with tenant information (`uuid`, `domain` and whatever else you supplied).
|
||||
|
||||
> Note: Creating a tenant doesn't run [migrations](https://stancl-tenancy.netlify.com/docs/console-commands/#migrate) automatically. You have to do that yourself.
|
||||
Loading…
Add table
Add a link
Reference in a new issue