PHPackages                             nadminpanel/adminpanel - 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. nadminpanel/adminpanel

ActiveLibrary[Admin Panels](/categories/admin)

nadminpanel/adminpanel
======================

Admin Panel For N Admin Panel

0.1.0(8y ago)0281MITHTML

Since May 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nadminpanel/adminpanel)[ Packagist](https://packagist.org/packages/nadminpanel/adminpanel)[ Docs](https://github.com/nadminpanel/adminpanel)[ RSS](/packages/nadminpanel-adminpanel/feed)WikiDiscussions master Synced 4d ago

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

NAdminPanel\\AdminPanel
=======================

[](#nadminpaneladminpanel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c0214af71eeaed82be763a86946e610c6f5193668d0c43d8e3b3cca2c4d57cf1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e61646d696e70616e656c2f61646d696e70616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nadminpanel/adminpanel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/0935aa27dcc7854386e8cc848f16d4219ade4ebe553e41aafd954dbccb026aa2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e61646d696e70616e656c2f61646d696e70616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nadminpanel/adminpanel)

N Admin Panel's central package, which includes:

- admin login interface, using AdminLTE;
- basic menu;
- role &amp; permission

Install on Laravel 5.4
----------------------

[](#install-on-laravel-54)

1. Run in your terminal:

```
$ composer require nadminpanel/adminpanel --dev
```

2. Add the service providers in config/app.php:

```
NAdminPanel\AdminPanel\AdminPanelServiceProvider::class,
```

3. Change auth user's model in config/auth.php:

```
'model' => 'NAdminPanel\AdminPanel\Models\User',

```

4. Then run a few commands in the terminal:

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

5. Add developer seed for admin account in database/seeds/DatabaseSeeder.php: (Optional)

```
$this->call(DeveloperSeeder::class);

```

Run seed command

```
$ php artisan db:seed

```

Credits
-------

[](#credits)

- [Pyae Hein](https://github.com/pyaehein)
- [All Contributors](../../contributors)

License
-------

[](#license)

Admin Panel is free for non-commercial use.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

3278d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67f282218731c5db1e5cd6cab9071570129995875d8348ff2d9fdcc01c3a27cd?d=identicon)[nnieheayp](/maintainers/nnieheayp)

---

Top Contributors

[![pyaeheinn](https://avatars.githubusercontent.com/u/24870114?v=4)](https://github.com/pyaeheinn "pyaeheinn (8 commits)")[![pyaehein](https://avatars.githubusercontent.com/u/9808854?v=4)](https://github.com/pyaehein "pyaehein (2 commits)")

---

Tags

laraveluserpermissionadminroleadminpanel

### Embed Badge

![Health badge](/badges/nadminpanel-adminpanel/health.svg)

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

###  Alternatives

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[laraveladminpanel/admin

A Laravel Admin Package to make your life easier and steer your project in the right direction

852.1k](/packages/laraveladminpanel-admin)[weblabormx/laravel-front

Front is a administration panel for Laravel. It allows you to create CRUD easily in minutes. It allows to fully customize any part of the code.

1111.1k](/packages/weblabormx-laravel-front)

PHPackages © 2026

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