PHPackages                             jolimardi/laravel-menu - 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. jolimardi/laravel-menu

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

jolimardi/laravel-menu
======================

Custom Navigation for Laravel

0.6.2(4mo ago)0283GPL-3.0PHP

Since Jun 16Pushed 4mo ago1 watchersCompare

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

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

Installation
============

[](#installation)

```
composer require jolimardi/laravel-menu

```

Puis ajouter le provider dans `config/app.php` (à tester, normalement pas nécessaire) :

```
'providers' => ServiceProvider::defaultProviders()->merge([
    ...
    JoliMardi\Menu\MenuServiceProvider::class,
])->toArray(),

```

```
php artisan vendor:publish --provider="JoliMardi\Menu\MenuServiceProvider"

```

Il est recommandé d'installer `blade-ui-kit/blade-icons` pour utiliser les icônes.

Usage
=====

[](#usage)

Configuration
-------------

[](#configuration)

Modifier le fichier d'exemple `config/menu.yml`. Attention, les routes (les clés dans le yaml) doivent exister dans les routes Laravel.

Component
---------

[](#component)

Ajouter le component `` dans un template blade, là où vous voulez afficher le menu.

Editer le template des items du menu
------------------------------------

[](#editer-le-template-des-items-du-menu)

Une fois la commande `php artisan vendor:publish` exécutée, vous pouvez modifier le template de chaque lien du menu dans `/resources/views/vendor/menu/components/menu-link.blade.php` (utile pour les icônes par exemple).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance76

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Recently: every ~180 days

Total

10

Last Release

128d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/837198ca814b2f1f46b5d12c199582bb573ece7f5272b636f18b5ecde4340fc4?d=identicon)[JoliMardi](/maintainers/JoliMardi)

---

Top Contributors

[![romaincherot](https://avatars.githubusercontent.com/u/14823758?v=4)](https://github.com/romaincherot "romaincherot (25 commits)")

### Embed Badge

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

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[altis/local-server

Local Server module for Altis

18221.6k3](/packages/altis-local-server)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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