mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 16:14:05 +00:00
Add readied tenants
Add config for readied tenants Add `create` and `clear` command Add Readied scope and static functions Add tests
This commit is contained in:
parent
f08e33afd8
commit
065e74c9be
12 changed files with 526 additions and 2 deletions
|
|
@ -89,6 +89,8 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
Commands\Rollback::class,
|
||||
Commands\TenantList::class,
|
||||
Commands\MigrateFresh::class,
|
||||
Commands\CreateReadiedTenants::class,
|
||||
Commands\ClearReadiedTenants::class,
|
||||
]);
|
||||
|
||||
$this->publishes([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue