PHPackages                             callcocam/tenant - 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. callcocam/tenant

ActiveLibrary[Admin Panels](/categories/admin)

callcocam/tenant
================

This is my package tenant filament v3 for laravel

0135PHP

Since Dec 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sigasistemas/tenant)[ Packagist](https://packagist.org/packages/callcocam/tenant)[ RSS](/packages/callcocam-tenant/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package tenant
=========================

[](#this-is-my-package-tenant)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f576eb4aa1de9e6e70cd5bc1a3f3fcd38fb5ee22965d9e172787cb68d8f3d646/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63616c6c636f63616d2f74656e616e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/callcocam/tenant)[![GitHub Tests Action Status](https://camo.githubusercontent.com/683e8ba3052e7ddf8d07e50aff3a5ab310e40750fe06bc7801eb29965067ca68/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63616c6c636f63616d2f74656e616e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/callcocam/tenant/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0bbd34314d4d919f208225329d20d1b14cdc3fa01afdb12fcfb1fc3aee46aaee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63616c6c636f63616d2f74656e616e742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/callcocam/tenant/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/520434705007f97158767a56cbce69ee4188843028d3f20f8d6ae019f6b96753/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63616c6c636f63616d2f74656e616e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/callcocam/tenant)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require callcocam/tenant
```

Execute the command

```
php artisan app:tenant-install
```

Enable the tenant in config/tenant.php

Run the command again

```
php artisan app:tenant-install
```

OR

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="tenant-migrations"
```

You can publish the config file with:

```
php artisan vendor:publish --tag="tenant-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="tenant-views"
```

Remember to install the plugin on Your Provider

```
use Callcocam\Tenant\TenantPlugin;
 return $panel
 ...
->plugin(new TenantPlugin())
...
``

## Testing

```bash
composer test

```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [](https://github.com/callcocam)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8c19b5df92b5462627f423cb2128ed0f312817ac150d19c3572d67904f0751b?d=identicon)[callcocam](/maintainers/callcocam)

---

Top Contributors

[![webcall](https://avatars.githubusercontent.com/u/7212238?v=4)](https://github.com/webcall "webcall (35 commits)")[![callcocam](https://avatars.githubusercontent.com/u/7425411?v=4)](https://github.com/callcocam "callcocam (3 commits)")

### Embed Badge

![Health badge](/badges/callcocam-tenant/health.svg)

```
[![Health](https://phpackages.com/badges/callcocam-tenant/health.svg)](https://phpackages.com/packages/callcocam-tenant)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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