miracuthbert/laravel-multi-tenancy

A single database and multi-database multi-tenancy package for Laravel 5.8 and up
1,677 16
Install
composer require miracuthbert/laravel-multi-tenancy
Latest Version:1.11.2
PHP:^7.3|^8.0
License:MIT
Last Updated:Mar 26, 2024
Links: GitHub  ·  Packagist
Maintainer: miracuthbert

Laravel Multi-Tenancy

A single database and multi-database multi-tenancy package for Laravel 5.8 and up.

For the full installation, configuration and usage, see the Documentation.

Installation

You can install the package via composer:

composer require miracuthbert/laravel-multi-tenancy

Setup

The package takes advantage of Laravel Auto-Discovery, so it doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

Miracuthbert\Multitenancy\LaravelMultiTenancyServiceProvider::class

Run the following command in your console: php artisan tenancy:setup

This will setup:

  • The package config file
  • The tenant routes file
  • TenantDatabaseSeeder (by default used only by the multi driver)
  • Plus a tenant model and migration file if you passed a model name to the --model option. See below for more.

You need to setup some of the required keys first in the config/tenancy.php file before migrating the database

See the Documentation.

Security Vulnerabilities

If you discover a security vulnerability, please send an e-mail to Cuthbert Mirambo via miracuthbert@gmail.com. All security vulnerabilities will be promptly addressed.

Credits

License

Laravel Multi-Tenancy is licensed under GPL-3.0-only. Please see the license file for more information.

Related Packages

hyn/multi-tenant

Run multiple websites using the same laravel installation while keeping tenant s...

1,254,331 2,606
mortezarajabi/multi-tenant

Multi tenant laravel lts with separation between tenant and system

3 0
somnambulist/laravel-doctrine-tenancy

A multi-tenancy implementation that uses Laravel and Doctrine.

2,792 16
guissilveira/laravel-pgsql-multi-tenant-migrate

Laravel Artisan command to migrate postgres multi tentant

188 1
elimuswift/tenancy

Run multiple websites using the same laravel installation while keeping tenant s...

42 3