PHPackages                             foxlaby/makedashboard - 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. foxlaby/makedashboard

ActiveLibrary[Admin Panels](/categories/admin)

foxlaby/makedashboard
=====================

Create a control panel

V0.5.5(6y ago)0102MITJavaScript

Since Feb 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/FoxLaby/mudir)[ Packagist](https://packagist.org/packages/foxlaby/makedashboard)[ RSS](/packages/foxlaby-makedashboard/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)DependenciesVersions (9)Used By (0)

Mudir
=====

[](#mudir)

Create a control panel by laravel .. [UI used](https://github.com/komicho/sb-admin2-rtl)

### Install via composer

[](#install-via-composer)

Add orm to composer.json configuration file.

```
$ composer require foxlaby/mudir
```

### publish

[](#publish)

```
$ php artisan vendor:publish
```

### Edit user model `app/User.php`

[](#edit-user-model-appuserphp)

```
use FoxLaby\Mudir\Traits\UserTrait;

class User extends Authenticatable
{
    use UserTrait;
    ...
```

### Migrate

[](#migrate)

```
$ php artisan migrate
```

### Add admin

[](#add-admin)

```
$ php artisan foxlaby:mudir:addadmin
```

go to

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~112 days

Recently: every ~88 days

Total

8

Last Release

2279d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31162701?v=4)[komicho](/maintainers/komicho)[@komicho](https://github.com/komicho)

---

Top Contributors

[![komtcho](https://avatars.githubusercontent.com/u/12757671?v=4)](https://github.com/komtcho "komtcho (26 commits)")

### Embed Badge

![Health badge](/badges/foxlaby-makedashboard/health.svg)

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

PHPackages © 2026

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