You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases.
This package streamlines the migration process for Software as a Service (SaaS) for Laravel web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
Features
Seamless migration of tenant databases without manual configuration adjustments.
Support for multiple migration commands tailored for tenant databases.
Simultaneous migration of multiple tenant databases using database prefixes.
Compatibility with Laravel artisan commands for streamlined workflow integration.
Installation
To install Easy2Dev Laravel Tenant Migrate, follow these steps:
Install the package via Composer:
composer require easy2dev/multi-tenant-wizard
Verify the installation by running php artisan. If the package commands are listed, the installation was successful.
Usage
Easy2Dev Laravel Tenant Migrate provides the following artisan commands for managing tenant databases: