mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
[1.7.0] Install command (#95)
This commit is contained in:
parent
aca5567c10
commit
674f4b3f9a
4 changed files with 258 additions and 10 deletions
|
|
@ -5,6 +5,7 @@ namespace Stancl\Tenancy;
|
|||
use Stancl\Tenancy\Commands\Run;
|
||||
use Stancl\Tenancy\Commands\Seed;
|
||||
use Illuminate\Cache\CacheManager;
|
||||
use Stancl\Tenancy\Commands\Install;
|
||||
use Stancl\Tenancy\Commands\Migrate;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Stancl\Tenancy\Commands\Rollback;
|
||||
|
|
@ -25,6 +26,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
$this->commands([
|
||||
Run::class,
|
||||
Seed::class,
|
||||
Install::class,
|
||||
Migrate::class,
|
||||
Rollback::class,
|
||||
TenantList::class,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue