PHPackages                             xlited/filament-navigation - 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. xlited/filament-navigation

ActiveLibrary

xlited/filament-navigation
==========================

Build structured navigation menus in Filament.

v2.0.3(3mo ago)0152↓100%MITPHPPHP ^8.2

Since Sep 22Pushed 3mo agoCompare

[ Source](https://github.com/xlited/filament-navigation)[ Packagist](https://packagist.org/packages/xlited/filament-navigation)[ Docs](https://github.com/xlited/filament-navigation)[ RSS](/packages/xlited-filament-navigation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (15)Versions (16)Used By (0)

[![Social card of Filament Navigation](art/social-card.png)](art/social-card.png)

Filament Navigation
===================

[](#filament-navigation)

[![Latest version on GitHub](https://camo.githubusercontent.com/a4e4993dd082ba2ceea2951b5b59566a607b87f11712e7c462a20b5202250087/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f786c697465642f66696c616d656e742d6e617669676174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/xlited/filament-navigation/releases)[![Total downloads](https://camo.githubusercontent.com/002872f051ee5526ca0600877e12eab188a39c67fa50a9690fb0960e6e6a5e9e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f786c697465642f66696c616d656e742d6e617669676174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xlited/filament-navigation)[![GitHub issues](https://camo.githubusercontent.com/586aba357f2c5f9a3b4de20ea7ca0ee6b8a7ecceac78a311f67ab688465fe537/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f786c697465642f66696c616d656e742d6e617669676174696f6e3f7374796c653d666c61742d737175617265)](https://github.com/xlited/filament-navigation/issues)[![License](https://camo.githubusercontent.com/c76132c7d8c711d7e3dad6ce5af2872a6d6c291fc572de336f42163bdd374f89/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f786c697465642f66696c616d656e742d6e617669676174696f6e3f7374796c653d666c61742d737175617265)](https://github.com/xlited/filament-navigation/blob/main/LICENSE.md)

This plugin for Filament provides a `Navigation` resource that lets you build structural navigation menus with a clean drag-and-drop UI.

Quick start
-----------

[](#quick-start)

### Compatibility

[](#compatibility)

For certain Filament versions, changes have to be made that render the package backwards incompatible with the previous version. Please see the table below to determine which version you need.

VersionFilamentv2 (current)&gt;=4.0[v1](https://github.com/xlited/filament-navigation/tree/release/v1)&lt;4.0**Please note:** the `main` branch will always be the latest major version.

### Installation

[](#installation)

Start by installing the package via Composer:

```
composer require xlited/filament-navigation:^2.0
```

Next, run the migrations:

```
php artisan migrate
```

Finally, publish the package's assets:

```
php artisan filament:assets
```

### Usage

[](#usage)

You first need to register the plugin with Filament. This can be done inside your `PanelProvider`, e.g. `AdminPanelProvider`:

```
use Xlited\FilamentNavigation\FilamentNavigation;

return $panel
    ->plugin(FilamentNavigation::make());
```

If you wish to customise the navigation group, sort or icon, you can use the `NavigationResource::navigationGroup()`, `NavigationResource::navigationSort()` and `NavigationResource::navigationIcon()` methods.

See [Basic usage](docs/basic-usage.md) for more information.

Documentation
-------------

[](#documentation)

Please see the [documentation](docs) for detailed information about installation and usage.

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

[](#contributing)

Please see [contributing](CONTRIBUTING.md) for more information about how you can contribute.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Upgrading
---------

[](#upgrading)

Please see [upgrading](UPGRADING.md) for more information about how to upgrade.

Security
--------

[](#security)

Please see [security](SECURITY.md) for more information about how we deal with security.

Credits
-------

[](#credits)

We would like to thank the following contributors for their contributions to this project:

- [Ryan Chandler](https://github.com/ryangjchandler) (original author)
- [All Contributors](../../contributors)

License
-------

[](#license)

The scripts and documentation in this project are released under the [MIT License](LICENSE.md).

---

[![Logo of Xlite Dev](https://camo.githubusercontent.com/3ecb5b90c28e573227ca087e8709edbbb3f649a047b6e481e8f2b40bcc93bece/68747470733a2f2f786c6974652e6465762f7374617469632f696d672f6c6f676f2e737667)](https://xlite.dev/)

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance78

Regular maintenance activity

Popularity12

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~12 days

Recently: every ~0 days

Total

10

Last Release

118d ago

Major Versions

v1.0.0 → v2.0.02025-09-22

v1.0.2 → v2.0.22026-01-12

v1.0.3 → v2.0.32026-01-12

PHP version history (3 changes)v1.0.0PHP ^8.1|^8.2

v2.0.0PHP ^8.2

v1.0.2PHP ^8.1|^8.2|^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/faf252410d4cd4cd461d6b787261042b1e737f93b271dc91ef1ad8263dded0f3?d=identicon)[icaliman](/maintainers/icaliman)

---

Top Contributors

[![ryangjchandler](https://avatars.githubusercontent.com/u/41837763?v=4)](https://github.com/ryangjchandler "ryangjchandler (68 commits)")[![dnwjn](https://avatars.githubusercontent.com/u/57711725?v=4)](https://github.com/dnwjn "dnwjn (42 commits)")[![joshuavanderpoll](https://avatars.githubusercontent.com/u/16516497?v=4)](https://github.com/joshuavanderpoll "joshuavanderpoll (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (18 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![icaliman](https://avatars.githubusercontent.com/u/4498933?v=4)](https://github.com/icaliman "icaliman (4 commits)")[![blackmunk](https://avatars.githubusercontent.com/u/30363767?v=4)](https://github.com/blackmunk "blackmunk (2 commits)")[![howdu](https://avatars.githubusercontent.com/u/533658?v=4)](https://github.com/howdu "howdu (2 commits)")[![danielbehrendt](https://avatars.githubusercontent.com/u/283437?v=4)](https://github.com/danielbehrendt "danielbehrendt (2 commits)")[![bumbummen99](https://avatars.githubusercontent.com/u/4533331?v=4)](https://github.com/bumbummen99 "bumbummen99 (2 commits)")[![justrau](https://avatars.githubusercontent.com/u/10882793?v=4)](https://github.com/justrau "justrau (1 commits)")[![koupisbean](https://avatars.githubusercontent.com/u/44702609?v=4)](https://github.com/koupisbean "koupisbean (1 commits)")[![Kristories](https://avatars.githubusercontent.com/u/774338?v=4)](https://github.com/Kristories "Kristories (1 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![lordjoo](https://avatars.githubusercontent.com/u/11289152?v=4)](https://github.com/lordjoo "lordjoo (1 commits)")[![mrfade](https://avatars.githubusercontent.com/u/7377876?v=4)](https://github.com/mrfade "mrfade (1 commits)")[![mynamespace](https://avatars.githubusercontent.com/u/1635905?v=4)](https://github.com/mynamespace "mynamespace (1 commits)")[![neurotools](https://avatars.githubusercontent.com/u/6556055?v=4)](https://github.com/neurotools "neurotools (1 commits)")[![ralphmorris](https://avatars.githubusercontent.com/u/12704880?v=4)](https://github.com/ralphmorris "ralphmorris (1 commits)")[![atmonshi](https://avatars.githubusercontent.com/u/1952412?v=4)](https://github.com/atmonshi "atmonshi (1 commits)")

---

Tags

laravelnavigationfilament

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/xlited-filament-navigation/health.svg)

```
[![Health](https://phpackages.com/badges/xlited-filament-navigation/health.svg)](https://phpackages.com/packages/xlited-filament-navigation)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[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)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17554.3k2](/packages/stephenjude-filament-jetstream)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)

PHPackages © 2026

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