guissilveira/laravel-pgsql-multi-tenant-migrate
Laravel Artisan command to migrate postgres multi tentant
188
1
| Install | |
|---|---|
composer require guissilveira/laravel-pgsql-multi-tenant-migrate |
|
| Latest Version: | v1.0 |
| License: | MIT |
| Last Updated: | Jul 14, 2016 |
| Links: | GitHub · Packagist |
Maintainer: guissilveira
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
Related Packages
nwidart/db-exporter
Export your database quickly and easily as a Laravel Migration and all the data...
39,126
377
abhijitghogre/laravel-db-clear-command
Laravel artisan command to drop all database tables and rerun the migrations.
3,527
5
hariadi/laravel-boilerplate-generator
Generate Model, attribute, relation, scope trait and repository for Laravel Boil...
609
9