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 1mo ago

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 60% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

1345d 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

[tomatophp/filament-menus

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

306.3k3](/packages/tomatophp-filament-menus)[lara-zeus/qr

Zeus Qr Code Input to generate Qr Code with designing options for filamentPHP

5553.2k](/packages/lara-zeus-qr)[lara-zeus/popover

Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist

2968.2k3](/packages/lara-zeus-popover)[tomatophp/filament-plugins

Manage your modules as a plugin system with plugin generator

644.7k2](/packages/tomatophp-filament-plugins)[lara-zeus/inline-chart

Zeus Inline Chart easily add a chart in filamentPHP table column

2139.9k](/packages/lara-zeus-inline-chart)[filafly/brisk

A simple, friendly theme for Filament.

2211.9k1](/packages/filafly-brisk)

PHPackages © 2026

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