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.0.1(3mo ago)6015.8k—8.6%24[1 PRs](https://github.com/Biostate/filament-menu-builder/pulls)MITPHPPHP ^8.2CI passing

Since Nov 23Pushed 2mo 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 1mo ago

READMEChangelog (9)Dependencies (16)Versions (22)Used By (0)

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

55

—

FairBetter than 98% of packages

Maintenance83

Actively maintained with recent releases

Popularity42

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 91.9% 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 ~23 days

Total

20

Last Release

94d 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 (147 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

[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[datlechin/filament-menu-builder

Create and manage menus and menu items

13550.3k2](/packages/datlechin-filament-menu-builder)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[schmeits/filament-character-counter

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

33184.7k6](/packages/schmeits-filament-character-counter)[jiten14/jitone-ai

jitone-ai is a powerful FilamentPHP plugin that integrates AI-powered features directly into your Filament forms.

213.1k](/packages/jiten14-jitone-ai)

PHPackages © 2026

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