PHPackages                             3x1io/filament-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. [Templating &amp; Views](/categories/templating)
4. /
5. 3x1io/filament-menus

ActiveLibrary[Templating &amp; Views](/categories/templating)

3x1io/filament-menus
====================

Menu View Generator Using Livewire

v1.0.1(3y ago)122.8k[2 issues](https://github.com/fadymondy/filament-menus/issues)MITPHPPHP ^8.0

Since Apr 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fadymondy/filament-menus)[ Packagist](https://packagist.org/packages/3x1io/filament-menus)[ Docs](https://3x1.io)[ RSS](/packages/3x1io-filament-menus/feed)WikiDiscussions main Synced today

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

Filament Menus
==============

[](#filament-menus)

Menu View Generator Using Livewire

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

[](#installation)

You can install the package via composer:

```
composer require 3x1io/filament-menus
```

load livewire component

```
php artisan livewire:discover
```

load migrations

```
php artisan migrate
```

and now clear cache

```
php artisan optimize:clear
```

Usage
-----

[](#usage)

go to route `admin/menus` and create a new menu and you will get the code of livewire component

you can build a menu just by using this command as a livewire component

```
@livewire('menu', ['key' => "header"])
```

where `header` is a key of menu and you will get the code ready on the Table list of menus

you can use custome view ex:

```
@livewire('menu', ['key' => "header", 'view'=> "livewire.menu"])
```

by default we use Tailwind as a main view with this code

```
@foreach ($menu as $item)

        @if(isset($item['icon']) && !empty($item['icon']))

        @endif
        {{ $item['title'] }}

@endforeach
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [3x1](https://github.com/3x1io)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~155 days

Total

2

Last Release

1396d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (6 commits)")[![shankhadevpadam](https://avatars.githubusercontent.com/u/3838722?v=4)](https://github.com/shankhadevpadam "shankhadevpadam (1 commits)")

---

Tags

urllaravelroutesgeneratorviewsmenus

### Embed Badge

![Health badge](/badges/3x1io-filament-menus/health.svg)

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tomatophp/filament-menus

Menu Database builder to use it as a navigation on Filament Panel or as a Livewire Component

326.6k3](/packages/tomatophp-filament-menus)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)

PHPackages © 2026

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