| Install | |
|---|---|
composer require guissilveira/laravel-pgsql-multi-tenant-migrate |
Require this package with composer using the following command:
composer require guissilveira/laravel-pgsql-multi-tenant-migrate
After updating composer, add the service provider to the providers array in config/app.php
Guissilveira\Laravel\Commands\MultiTenantMigrateServiceProvider::class
Run artisan command:
php artisan tenant:migrate