PHPackages                             filipprober/laravel-tenancy - 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. [Framework](/categories/framework)
4. /
5. filipprober/laravel-tenancy

ActiveProject[Framework](/categories/framework)

filipprober/laravel-tenancy
===========================

The skeleton application for the Laravel framework.

v1.0.6(7mo ago)802MITPHPPHP ^8.1

Since Mar 17Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/filipprober/laravel-tenancy)[ Packagist](https://packagist.org/packages/filipprober/laravel-tenancy)[ RSS](/packages/filipprober-laravel-tenancy/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (7)Dependencies (16)Versions (9)Used By (0)

Laravel Tenancy
===============

[](#laravel-tenancy)

This package allows you to run multiple websites using the same Laravel application while keeping tenant specific data separated for fully independent multi-domain setups.

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

[](#installation)

Clone down the repository:

```
git clone https://github.com/filip-codes/laravel-tenancy.git laravel-tenancy
```

Install the dependencies:

```
cd laravel-tenancy
composer install
npm install
```

Copy the `.env.example` file to `.env`:

```
cp .env.example .env
```

Generate the application key:

```
php artisan key:generate
```

Set up your `.env` file with your database credentials and run `php artisan migrate` to create all central tables.

Change your `central_domain` in the `config/tenancy.php` file.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance63

Regular maintenance activity

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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

Every ~79 days

Recently: every ~137 days

Total

8

Last Release

230d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/336556e636ad07a6d72877e68b75a841c5a594531c05ce4116c67e688055b58d?d=identicon)[filipprober](/maintainers/filipprober)

---

Top Contributors

[![filipprober](https://avatars.githubusercontent.com/u/65421448?v=4)](https://github.com/filipprober "filipprober (10 commits)")[![Shadyar-Bzhar-Othman](https://avatars.githubusercontent.com/u/90868071?v=4)](https://github.com/Shadyar-Bzhar-Othman "Shadyar-Bzhar-Othman (1 commits)")

---

Tags

inertiajslaravelmulti-tenancyphptailwindcssvueframeworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/filipprober-laravel-tenancy/health.svg)

```
[![Health](https://phpackages.com/badges/filipprober-laravel-tenancy/health.svg)](https://phpackages.com/packages/filipprober-laravel-tenancy)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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