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 1w 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

30

—

LowBetter than 61% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

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

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)[tomatophp/filament-menus

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

336.7k3](/packages/tomatophp-filament-menus)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)

PHPackages © 2026

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