Navigation
CommunityEasily build structural navigation menus with a clean drag-and-drop UI.
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Author:
Van Ons
Documentation

This plugin for Filament provides a Navigation resource that lets you build structural navigation menus with a clean drag-and-drop UI.
#Quick start
For Filament version compatibility, see Compatibility.
#Installation
Start by installing the package via Composer:
composer require van-ons/filament-navigation:^2.0
Next, run the migrations:
php artisan migrate
Finally, publish the package's assets:
php artisan filament:assets
#Usage
You first need to register the plugin with Filament. This can be done inside your PanelProvider, e.g. AdminPanelProvider:
use VanOns\FilamentNavigation\FilamentNavigation;
return $panel
->plugin(FilamentNavigation::make());
If you wish to customize the navigation group, sort or icon, you can use the NavigationResource::navigationGroup(),
NavigationResource::navigationSort() and NavigationResource::navigationIcon() methods.
#Documentation
Please see the documentation for detailed information about installation and usage.
#Contributing
Please see Contributing for more information about how you can contribute.
#Testing
composer test
#Changelog
Please see Changelog for more information about what has changed recently.
#Upgrading
Please see Upgrading for more information about how to upgrade.
#Security
Please see Security for more information about how we deal with security.
#Credits
We would like to thank the following contributors for their contributions to this project:
- Ryan Chandler (original author)
- All contributors
#License
The scripts and documentation in this project are released under the MIT License.
The author
Van Ons is an Amsterdam-based digital agency, crafting solutions with Laravel, Filament, Statamic, WordPress, and React (Native).
From the same author
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight/Raycast like Command Palette to your Filament Panel.
Dennis Koch
