PHPackages                             tyondo/menu-generator - 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. tyondo/menu-generator

ActivePackage[Admin Panels](/categories/admin)

tyondo/menu-generator
=====================

Backend navigation menu generator for Laravel 5.3 and 5.4.

v1.0.4(7y ago)31922MITPHPPHP &gt;=5.5.9

Since Mar 6Pushed 3y ago3 watchersCompare

[ Source](https://github.com/Rndwiga/laravel-menu-generator)[ Packagist](https://packagist.org/packages/tyondo/menu-generator)[ Docs](https://github.com/Rndwiga/laravel-registration-confirmation)[ RSS](/packages/tyondo-menu-generator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (2)

laravel-menu-generator
======================

[](#laravel-menu-generator)

### For below laravel 5.5

[](#for-below-laravel-55)

register the Service provider Tyondo\\MenuGenerator\\TyondoMenuGeneratorServiceProvider::class,

The service prover is autoloaded in laravel 5.5 ##usage

```
{!! GenerateMenu::generateMenu(config('tyondo_menu_generator.navigation')) !!}

```

or

```
{!! GenerateMenu::generateMenu(config('tyondo_menu_generator.navigation',view.template)) !!}

```

then publish the config file:

```
php artisan vendor:publish

```

\###Sample Menu

```
'navigation' => [
        [
            'type' => 'single',
            'title' => 'Dashboard',
            'class' => 'fa fa-fw fa-home fa-lg',
            'route' => 'gentella.home',
        ],
        [
            'type' => 'group',
            'group' => 'Assessment',
            'class' => 'fa fa-cubes fa-lg',
            'links' => [
                [
                    'title' => 'Personal Information',
                    'class' => 'fa fa-fw fa-plus',
                    'route' => 'admin.personal.information.index'
                ],
                [
                    'title' => 'Personal Assessment',
                    'class' => 'fa fa-fw fa-th-list',
                    'route' => 'admin.personal.assessment.index'
                ],
                'separator',

                [
                    'title' => 'Training Needs',
                    'class' => 'fa fa-fw fa-table',
                    'route' => 'admin.training.assessment.index'
                ],
            ]
        ],
    ],

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

2899d ago

### Community

Maintainers

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

---

Top Contributors

[![Rndwiga](https://avatars.githubusercontent.com/u/4418418?v=4)](https://github.com/Rndwiga "Rndwiga (12 commits)")

---

Tags

laravelmenuadminnavigationnav

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tyondo-menu-generator/health.svg)

```
[![Health](https://phpackages.com/badges/tyondo-menu-generator/health.svg)](https://phpackages.com/packages/tyondo-menu-generator)
```

###  Alternatives

[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[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)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 &gt;= 8.1（支持 PHP 8.4）

432.0k](/packages/printnow-laravel-admin)

PHPackages © 2026

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