PHPackages                             noob/simple\_menu\_laravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. noob/simple\_menu\_laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

noob/simple\_menu\_laravel
==========================

Simple menu for laravel which loads menu from config file

V1.0.1(9y ago)07MITPHP

Since Apr 30Pushed 8y agoCompare

[ Source](https://github.com/Spider-Tech/SimpleMenu)[ Packagist](https://packagist.org/packages/noob/simple_menu_laravel)[ RSS](/packages/noob-simple-menu-laravel/feed)WikiDiscussions master Synced 2w ago

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

Simple Menu Laravel [![Build Status](https://camo.githubusercontent.com/4294098602f2d0b58f7277bf2b1a3ba42846260cf56054a0589b384ad80ed9a5/68747470733a2f2f7472617669732d63692e6f72672f5370696465722d546563682f53696d706c654d656e752e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Spider-Tech/SimpleMenu) [![contributions welcome](https://camo.githubusercontent.com/9e93e892d0685e1bf7a1d0bd7c8410d6ecf2086a0a7b48dd58a6b96fa556ea2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/Spider-Tech/SimpleMenu/issues) [![Codacy Badge](https://camo.githubusercontent.com/6ddcb40f507ab7ab35156eb937ddb6bdb9dbd5a0c826518b37fcdc45975f5811/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3862303639373331396333323433313038623934363562323430636630323431)](https://www.codacy.com/app/spider_tech/SimpleMenu?utm_source=github.com&utm_medium=referral&utm_content=Spider-Tech/SimpleMenu&utm_campaign=Badge_Grade)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#simple-menu-laravel---)

[![Latest Stable Version](https://camo.githubusercontent.com/2bd9679f9f5785b62ac858af4f54e1ab1e92abd08b46c96f4aeab2691081b572/68747470733a2f2f706f7365722e707567782e6f72672f6e6f6f622f73696d706c655f6d656e755f6c61726176656c2f762f737461626c65)](https://packagist.org/packages/noob/simple_menu_laravel) [![Total Downloads](https://camo.githubusercontent.com/800a3ac03d78050b44439b93346ff67dfca6d9c2a1601f20fa8d8e82d4ad2dad/68747470733a2f2f706f7365722e707567782e6f72672f6e6f6f622f73696d706c655f6d656e755f6c61726176656c2f646f776e6c6f616473)](https://packagist.org/packages/noob/simple_menu_laravel) [![Latest Unstable Version](https://camo.githubusercontent.com/7e4b98cf626f96ae5ca92fa4b2d0aff172fc9899e91f60cb9e1e6628c943342e/68747470733a2f2f706f7365722e707567782e6f72672f6e6f6f622f73696d706c655f6d656e755f6c61726176656c2f762f756e737461626c65)](https://packagist.org/packages/noob/simple_menu_laravel) [![License](https://camo.githubusercontent.com/bd62fa9d8097af4ce14fbd8330197f61e4efc5a9329cb2956a2c6b4e8af7fd9e/68747470733a2f2f706f7365722e707567782e6f72672f6e6f6f622f73696d706c655f6d656e755f6c61726176656c2f6c6963656e7365)](https://packagist.org/packages/noob/simple_menu_laravel)

A quick and easy way to create menus in [Laravel 5](http://laravel.com/)

Documentation
-------------

[](#documentation)

- [Installation](#installation)
- [Functionality](#functionality)
- [Todo](#todo)

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

[](#installation)

```
composer require noob/simple_menu_laravel
```

Now, append Laravel Menu service provider to `providers` array in `config/app.php`.

```

```

At the end of `config/app.php` add `'SimpleMenu'    => 'noob\simple_menu_laravel\SimpleMenuFacade'` to the `$aliases` array:

```

```

This registers the package with Laravel and creates an alias called `SimpleMenu`.

Now publish the config files and view files to the appropriate directory

```
php artisan vendor:publish
```

Once published two new files are created at config/menu.php

```

```

and another one in the views folder at resources/views/Layouts/menu.blade.php

```
To do
```

Functionality
-------------

[](#functionality)

Yet to do

Todo
----

[](#todo)

- create view file for menu
- publish the view along with config file
- configure dynamic depth in view file
- create a method to return as html with essential classnames
- find active and check active is working
- add comments to all files
- invoke BreadCrumbs

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

3347d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26821103?v=4)[Spider](/maintainers/Spider-Tech)[@Spider-Tech](https://github.com/Spider-Tech)

---

Top Contributors

[![Spider-Tech](https://avatars.githubusercontent.com/u/26821103?v=4)](https://github.com/Spider-Tech "Spider-Tech (15 commits)")[![Darkruid](https://avatars.githubusercontent.com/u/6575107?v=4)](https://github.com/Darkruid "Darkruid (5 commits)")

---

Tags

laravelmenusimple menu

### Embed Badge

![Health badge](/badges/noob-simple-menu-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/noob-simple-menu-laravel/health.svg)](https://phpackages.com/packages/noob-simple-menu-laravel)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k9.6k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90128.1k](/packages/emargareten-inertia-modal)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3614.9k](/packages/linkxtr-laravel-qrcode)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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