PHPackages                             biostate/filament-menu-builder - 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. biostate/filament-menu-builder

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

biostate/filament-menu-builder
==============================

An Elegant Menu Builder for FilamentPHP

v5.1.0(1mo ago)6528.1k↑130.6%25[1 issues](https://github.com/Biostate/filament-menu-builder/issues)[2 PRs](https://github.com/Biostate/filament-menu-builder/pulls)2MITPHPPHP ^8.2CI failing

Since Nov 23Pushed 3w ago2 watchersCompare

[ Source](https://github.com/Biostate/filament-menu-builder)[ Packagist](https://packagist.org/packages/biostate/filament-menu-builder)[ Docs](https://github.com/biostate/filament-menu-builder)[ GitHub Sponsors](https://github.com/Biostate)[ RSS](/packages/biostate-filament-menu-builder/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (48)Versions (37)Used By (2)

An Elegant Menu Builder for Filament
====================================

[](#an-elegant-menu-builder-for-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b6389cb01d429a96aec6c9de1f825c5fed395bc7fa5a28eb9c130ffb00ce0ad5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696f73746174652f66696c616d656e742d6d656e752d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/biostate/filament-menu-builder)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f40a1dc1ff62db4859be80dd023e99241b6acbfa48c3749cd80cbfe8cf15785c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62696f73746174652f66696c616d656e742d6d656e752d6275696c6465722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/biostate/filament-menu-builder/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/77143401255456f8f9f2b212ccfd5a8879e7a57e13838063d0888793bd74d1d2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62696f73746174652f66696c616d656e742d6d656e752d6275696c6465722f2e6769746875622f776f726b666c6f77732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/biostate/filament-menu-builder/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f9bba13dcefffae91b5b15676419fc93038299562854e7db45434431e6c7cf38/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696f73746174652f66696c616d656e742d6d656e752d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/biostate/filament-menu-builder)

> **Note:** If you have any suggestions, feel free to create an issue.

This package offers a powerful menu builder for the Filament admin panel, enabling efficient menu creation and management.

- Integrate models and routes into menu items for dynamic and flexible navigation.
- Render menus with Blade components for consistency and adaptability.

Built for simplicity and performance, this package ensures a seamless solution for managing menus in the Filament admin panel.

[![Dark Theme](https://github.com/Biostate/filament-menu-builder/raw/main/art/configuration-dark.jpg?raw=true)](https://github.com/Biostate/filament-menu-builder/blob/main/art/configuration-dark.jpg?raw=true)[![Light Theme](https://github.com/Biostate/filament-menu-builder/raw/main/art/configuration-light.jpg?raw=true)](https://github.com/Biostate/filament-menu-builder/blob/main/art/configuration-light.jpg?raw=true)

📚 Documentation
---------------

[](#-documentation)

**Full documentation is available at: **

Version Compatibility
---------------------

[](#version-compatibility)

Filament VersionPackage VersionComposer Commandv31.x`composer require biostate/filament-menu-builder:^1.0`v44.x`composer require biostate/filament-menu-builder:^4.0`v55.x`composer require biostate/filament-menu-builder:^5.0`Quick Start
-----------

[](#quick-start)

Install the package via Composer using the appropriate version from the compatibility table above:

Add the plugin to your `AdminPanelServiceProvider.php`:

```
public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            \Biostate\FilamentMenuBuilder\FilamentMenuBuilderPlugin::make(),
        ]);
}
```

Publish and run migrations:

```
php artisan vendor:publish --tag="filament-menu-builder-migrations"
php artisan migrate
```

For detailed installation instructions and configuration, see the [Installation Guide](https://biostate.gitbook.io/filament-menu-builder/installation).

TODO
----

[](#todo)

- add parameters like mega menu, dropdown, etc.
- add tests
- add tailwind blade component
- add "Do you want to discard the changes?" if you have unsaved changes
- add more actions like: move up, move down, move one level up, move one level down, etc.
- add duplicate with children action

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Süleyman Özgür Özarpacı](https://github.com/Biostate)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance94

Actively maintained with recent releases

Popularity45

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 92.8% 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 ~24 days

Total

24

Last Release

36d ago

Major Versions

v1.0.10 → v4.0.02025-08-08

v4.0.6 → v5.0.02026-02-13

PHP version history (2 changes)v1.0.0PHP ^8.1

v4.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/31c57e558cad3eeb2d3d2f93bb376687e86b6df21138af1a678e52ef852bab7f?d=identicon)[Biostate](/maintainers/Biostate)

---

Top Contributors

[![Biostate](https://avatars.githubusercontent.com/u/5051330?v=4)](https://github.com/Biostate "Biostate (168 commits)")[![gsarigul84](https://avatars.githubusercontent.com/u/1032251?v=4)](https://github.com/gsarigul84 "gsarigul84 (3 commits)")[![agencetwogether](https://avatars.githubusercontent.com/u/53862310?v=4)](https://github.com/agencetwogether "agencetwogether (3 commits)")[![hoangnamitc](https://avatars.githubusercontent.com/u/7042462?v=4)](https://github.com/hoangnamitc "hoangnamitc (2 commits)")[![ghgeorgiev-2create](https://avatars.githubusercontent.com/u/122776689?v=4)](https://github.com/ghgeorgiev-2create "ghgeorgiev-2create (1 commits)")[![kohaku1907](https://avatars.githubusercontent.com/u/6669745?v=4)](https://github.com/kohaku1907 "kohaku1907 (1 commits)")[![bengs](https://avatars.githubusercontent.com/u/20150565?v=4)](https://github.com/bengs "bengs (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![g1R87](https://avatars.githubusercontent.com/u/64629838?v=4)](https://github.com/g1R87 "g1R87 (1 commits)")

---

Tags

filamentphplaravelmenu-builderlaravelfilamentphpmenu-builderfilament-menu-builderBiostate

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/biostate-filament-menu-builder/health.svg)

```
[![Health](https://phpackages.com/badges/biostate-filament-menu-builder/health.svg)](https://phpackages.com/packages/biostate-filament-menu-builder)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

197.8k19](/packages/wsmallnews-filament-nestedset)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

162.9k](/packages/promethys-revive)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34226.4k13](/packages/schmeits-filament-character-counter)

PHPackages © 2026

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