1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:14:03 +00:00
This commit is contained in:
Samuel Štancl 2019-08-17 16:02:18 +02:00
parent 8141f8524e
commit bfd59f5a84

View file

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