mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Improve commands page
This commit is contained in:
parent
519ef85ea0
commit
96b00bc13a
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ Tenant-aware commands run for all tenants by default. The commands also have the
|
|||
|
||||
## **Migrate** (tenant-aware) {#migrate}
|
||||
|
||||
The most important command. To use tenants, you have to be able to migrate their databases.
|
||||
`tenants:migrate` is the most important command. To use tenants, you have to be able to migrate their databases.
|
||||
|
||||
```
|
||||
php artisan tenants:migrate --tenants=8075a580-1cb8-11e9-8822-49c5d8f8ff23
|
||||
|
|
@ -28,7 +28,7 @@ php artisan tenants:migrate --tenants=8075a580-1cb8-11e9-8822-49c5d8f8ff23
|
|||
- Rollback: `tenants:rollback`
|
||||
- Seed: `tenants:seed`
|
||||
|
||||
> Note: You can configure the default parameters for `tenants:seed` in [the tenancy config]({{ $page->link('configuration#seeder-parameters') }})
|
||||
> Note: You can configure the default parameters for `tenants:seed` (e.g. use a custom tenant seeder) in [the tenancy config]({{ $page->link('configuration#seeder-parameters') }})
|
||||
|
||||
## **Migrate fresh** (tenant-aware) {#migrate-fresh}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue