guissilveira / laravel-pgsql-multi-tenant-migrate
Laravel Artisan command to migrate postgres multi tentant
v1.0
2016-07-14 17:14 UTC
Requires
- pacuna/schemas: dev-master
This package is not auto-updated.
Last update: 2024-11-13 20:16:24 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