Looking to hire Laravel developers? Try LaraJobs

laravel-pgsql-multi-tenant-migrate maintained by guissilveira

Description
Laravel Artisan command to migrate postgres multi tentant
Last update
2016/07/14 19:14 (dev-master)
License
Downloads
188

Comments
comments powered by Disqus

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