guissilveira/laravel-pgsql-multi-tenant-migrate

Laravel Artisan command to migrate postgres multi tentant

v1.0 2016-07-14 17:14 UTC

This package is not auto-updated.

Last update: 2024-04-17 17:35:53 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