PHPackages                             mapo-89/core-panel-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. [Admin Panels](/categories/admin)
4. /
5. mapo-89/core-panel-tenancy

ActiveLibrary[Admin Panels](/categories/admin)

mapo-89/core-panel-tenancy
==========================

Optional stancl/tenancy bootstrap addon for Laravel CorePanel.

1.1.7(1mo ago)043MITPHPPHP ^8.5

Since May 20Pushed 1mo agoCompare

[ Source](https://github.com/mapo-89/core-panel-tenancy)[ Packagist](https://packagist.org/packages/mapo-89/core-panel-tenancy)[ RSS](/packages/mapo-89-core-panel-tenancy/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (8)Versions (9)Used By (0)

Laravel CorePanel Tenancy
=========================

[](#laravel-corepanel-tenancy)

`mapo-89/core-panel-tenancy` is the optional `stancl/tenancy` addon for Laravel CorePanel.

> Read-only split repository: this package repository is automatically synchronized from `mapo-89/core-panel-monorepo`. Do not open pull requests or make direct changes here. All development happens in the monorepo.

The tenancy addon extends the core package with tenant-aware routes, settings, migrations, assets, and user workflows while keeping the core package tenancy-neutral.

Install
-------

[](#install)

Existing Laravel app with CorePanel already installed:

```
composer require mapo-89/core-panel-tenancy
php artisan core-panel-tenancy:install
```

If you install through the CorePanel installer, the addon can also be pulled in during `php artisan core-panel:install`.

Update
------

[](#update)

Update the addon inside an installed application:

```
composer update mapo-89/core-panel-tenancy
php artisan core-panel:tenancy:update --force
```

If you usually update CorePanel and the addon together, prefer:

```
composer update mapo-89/core-panel mapo-89/core-panel-tenancy
php artisan core-panel:update --force --with-addon-updates
```

That path refreshes core and addon assets first and then runs the host application's outstanding migrations once.

Typical update runbook for an existing installation with the addon:

```
composer update mapo-89/core-panel mapo-89/core-panel-tenancy
php artisan core-panel:update --force --with-addon-updates
npm install
npm run build
php artisan optimize:clear
```

If generated assets such as `resources/js/actions`, `resources/js/routes`, `resources/js/wayfinder`, `public/build`, or `public/hot` were previously committed, remove them from the Git index once after adopting the new `.gitignore`:

```
git rm -r --cached -- resources/js/actions resources/js/routes resources/js/wayfinder public/build public/hot
```

Local Package Development
-------------------------

[](#local-package-development)

For local development from the monorepo:

```
composer config repositories.core-panel '{"type":"path","url":"/home/manue/projects/packages/core-panel/packages/core-panel","options":{"symlink":true,"versions":{"mapo-89/core-panel":"dev-main"}}}'
composer config repositories.core-panel-tenancy '{"type":"path","url":"/home/manue/projects/packages/core-panel/packages/core-panel-tenancy","options":{"symlink":true,"versions":{"mapo-89/core-panel-tenancy":"dev-main"}}}'
composer require mapo-89/core-panel:dev-main mapo-89/core-panel-tenancy:dev-main
```

License
-------

[](#license)

CorePanel Tenancy is released under the [MIT license](./LICENSE.md).

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance94

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Every ~5 days

Total

8

Last Release

31d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ebd5bd16b28366468c5f9cdafe5350f343eaa054995d00f4b4640c5c27767b?d=identicon)[mapo-89](/maintainers/mapo-89)

---

Top Contributors

[![mapo-89](https://avatars.githubusercontent.com/u/118180259?v=4)](https://github.com/mapo-89 "mapo-89 (17 commits)")

###  Code Quality

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/mapo-89-core-panel-tenancy/health.svg)

```
[![Health](https://phpackages.com/badges/mapo-89-core-panel-tenancy/health.svg)](https://phpackages.com/packages/mapo-89-core-panel-tenancy)
```

###  Alternatives

[a2insights/filament-saas

Filament Saas for A2Insights

191.7k](/packages/a2insights-filament-saas)[dog-ears/crud-d-scaffold

Extend Laravel 7's generators scaffold.

183.1k](/packages/dog-ears-crud-d-scaffold)

PHPackages © 2026

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