PHPackages                             aflanry/menus - 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. aflanry/menus

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

aflanry/menus
=============

A menu for us to use

v1.0.0(5y ago)021MITPHPPHP &gt;=7.2

Since Jan 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/finnor/laravel-menu)[ Packagist](https://packagist.org/packages/aflanry/menus)[ RSS](/packages/aflanry-menus/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel App Menus for UAB Pathology - GDB
=========================================

[](#laravel-app-menus-for-uab-pathology---gdb)

### Requires

[](#requires)

- Bootstrap 4 for default view
- FontAwesome if using icons
- Menu only displays for authenticated views
- isAdmin() implemented in the User model
- user\_groups table using id as the primary key

### Getting Started

[](#getting-started)

Install the package via composer, publish the vendor files, and migrate the new menu tables

```
composer require aflanry/menus --dev
php artisan vendor:publish
php artisan migrate
```

Edit config/menu.php using the template with your menu. Then you can seed the database with the values in the config file.

```
php artisan db:seed --class=MenuSeeder
```

Next the sass and javascript for the menus must be added to your bundles

```
@import("vendor/menu/_menu");
```

```
require('./vendor/menu/menu');
```

Finally include the menu view in your layout!

```
@include('menu::menu')
```

### Editing the menu view

[](#editing-the-menu-view)

The menu view is published in the resources/views/vendor/menu folder You can edit the menu as you see fit!

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

2

Last Release

1997d ago

Major Versions

v0.9.0 → v1.0.02021-01-12

### Community

Maintainers

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

---

Top Contributors

[![transmute-ngs](https://avatars.githubusercontent.com/u/101591891?v=4)](https://github.com/transmute-ngs "transmute-ngs (5 commits)")

---

Tags

laravelmenubootstrap

### Embed Badge

![Health badge](/badges/aflanry-menus/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/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.5k12.5k1](/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.

90142.9k](/packages/emargareten-inertia-modal)[akaunting/laravel-menu

Menu and sidebar management package for Laravel

38254.2k](/packages/akaunting-laravel-menu)[wearepixel/laravel-cart

A cart implementation for Laravel

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

PHPackages © 2026

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