PHPackages                             genealabs/laravel-multi-tenant-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. genealabs/laravel-multi-tenant-manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

genealabs/laravel-multi-tenant-manager
======================================

A Laravel package to manage multi-tenants.

0.1.0(4y ago)113MITPHP

Since Aug 14Pushed 4mo agoCompare

[ Source](https://github.com/mikebronner/laravel-multi-tenant-manager)[ Packagist](https://packagist.org/packages/genealabs/laravel-multi-tenant-manager)[ GitHub Sponsors](https://github.com/mikebronner)[ RSS](/packages/genealabs-laravel-multi-tenant-manager/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

Nova Multi-Tenant Manager
=========================

[](#nova-multi-tenant-manager)

Manage tenants and their settings in Laravel Nova.

[![Multi-Tenant Manager for Laravel Nova masthead image.](https://repository-images.githubusercontent.com/186168087/0a8f8d80-f1b7-11e9-93ee-6399860d51f4)](https://repository-images.githubusercontent.com/186168087/0a8f8d80-f1b7-11e9-93ee-6399860d51f4)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1.3
- Laravel 8.\* ()
- Laravel Nova 3.\* ()
- Laravel Tenancy 5.7.\* ()

Installation
------------

[](#installation)

1. ```
    composer require "genealabs/nova-multi-tenant-manager:*"
    ```
2. Add the tool to your `app\Providers\NovaServiceProvider.php`: ```
     public function tools()
     {
         return [
             // ...
             new GeneaLabs\LaravelMultiTenantManager\NovaMultiTenantManager,
             // ...
         ];
     }
    ```

### Planned Features

[](#planned-features)

- Configurable settings fields (implemented, needs documentation).
- Automatic integration with `genealabs/laravel-governor`.
- Extendible classes to allow custom integration with 3rd-party packages.
- Integrate CLI commands into tenancy namespace.
- Add unit tests.

Usage
-----

[](#usage)

### CLI Commands

[](#cli-commands)

#### `tenant:create`

[](#tenantcreate)

Creates a tenant with the provided domain name.

```
php artisan tenant:create
```

#### `tenant:alias`

[](#tenantalias)

Creates an alias for an existing tenant with the provided domain name.

```
php artisan tenant:alias
```

#### `tenant:delete`

[](#tenantdelete)

Deletes tenant by the provided domain, or delete all tenants.

```
php artisan tenant:delete
php artisan tenant:delete --all
```

### Nova Tools

[](#nova-tools)

#### Tenants Management

[](#tenants-management)

[![Screen Shot 2019-05-11 at 5 19 20 PM](https://user-images.githubusercontent.com/1791050/57576338-26298780-7412-11e9-8a16-44f465d20665.png)](https://user-images.githubusercontent.com/1791050/57576338-26298780-7412-11e9-8a16-44f465d20665.png)

#### Tenant Settings

[](#tenant-settings)

[![Screen Shot 2019-05-11 at 5 19 07 PM](https://user-images.githubusercontent.com/1791050/57576337-26298780-7412-11e9-8169-bd1bb38a9924.png)](https://user-images.githubusercontent.com/1791050/57576337-26298780-7412-11e9-8169-bd1bb38a9924.png)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance52

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1784d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4374bfc5d8583aa8c25c5080f1fcfaf09027822f47724ba6b64abc564945c80a?d=identicon)[mikebronner](/maintainers/mikebronner)

---

Top Contributors

[![mikebronner](https://avatars.githubusercontent.com/u/1791050?v=4)](https://github.com/mikebronner "mikebronner (7 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/genealabs-laravel-multi-tenant-manager/health.svg)

```
[![Health](https://phpackages.com/badges/genealabs-laravel-multi-tenant-manager/health.svg)](https://phpackages.com/packages/genealabs-laravel-multi-tenant-manager)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M131](/packages/laravel-pulse)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
