PHPackages                             mohan9a/adminlte-nav - 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. mohan9a/adminlte-nav

ActiveLibrary

mohan9a/adminlte-nav
====================

A menu builder for laravel adminlte.

02Blade

Since Jun 17Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Menu Builder for Adminlte
-------------------------

[](#menu-builder-for-adminlte)

Menu Builder is a Laravel package for adminlte that allow the create and manage navigation in an easy way.

**Quick Installation**
----------------------

[](#quick-installation)

Begin by installing this package through Composer.

You can run:

```
composer require mohan9a/adminlte-nav 1.*

```

Or edit your project's composer.json file to require mohan9a/adminlte-nav.

```
    "require": {
        "mohan9a/adminlte-nav": "1.*"
    }

```

Next, update Composer from the Terminal:

```
composer update

```

Once the package's installation completes, the final step is to add the service provider. Open `config/app.php`, and add a new item to the providers array:

```
Mohan9a\AdminlteNav\AdminlteNavServiceProvider::class,

```

Finally Publish package's configuration file:

```
php artisan vendor:publish --provider="Mohan9a\AdminlteNav\AdminlteNavServiceProvider" --tag="config"

```

Publish package's configuration file:

```
php artisan vendor:publish --provider="Mohan9a\AdminlteNav\AdminlteNavServiceProvider" --tag="migrations"

```

Finally run migration:

```
php artisan migrate

```

Then the file `config/adminltenav.php` will be created.

Define your own prefix and middlware in config/adminltenav.php file.

That's it! You're ready to go.

Run Laravel app:

```
php artisan serve

```

You can access the menus at with URL:

**Contribute and share ;-)**
----------------------------

[](#contribute-and-share--)

If you like this little piece of code share it with you friends and feel free to contribute with any improvements.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4fc7d2a9cde6771975c9f15dabc08a610b871215f8d52abdfb8153b3d78eda32?d=identicon)[mohan9a](/maintainers/mohan9a)

---

Top Contributors

[![mohan9a](https://avatars.githubusercontent.com/u/40257448?v=4)](https://github.com/mohan9a "mohan9a (1 commits)")

### Embed Badge

![Health badge](/badges/mohan9a-adminlte-nav/health.svg)

```
[![Health](https://phpackages.com/badges/mohan9a-adminlte-nav/health.svg)](https://phpackages.com/packages/mohan9a-adminlte-nav)
```

PHPackages © 2026

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