mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:34:04 +00:00
wip
This commit is contained in:
parent
8141f8524e
commit
bfd59f5a84
1 changed files with 3 additions and 1 deletions
|
|
@ -21,4 +21,6 @@ If you want to set some data while creating the tenant, you can pass an array wi
|
||||||
tenant()->create('tenant2.yourapp.com', [
|
tenant()->create('tenant2.yourapp.com', [
|
||||||
'plan' => 'free'
|
'plan' => 'free'
|
||||||
]);
|
]);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> 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