guissilveira / laravel-pgsql-multi-tenant-migrate
Laravel Artisan command to migrate postgres multi tentant
Installs: 185
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/guissilveira/laravel-pgsql-multi-tenant-migrate
Requires
- pacuna/schemas: dev-master
This package is not auto-updated.
Last update: 2025-10-16 00:27:10 UTC
README
Install
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