ofthewildfire/filament-navigation-ordering

A Filament plugin for ordering navigation items with visual sorting controls
8
Install
composer require ofthewildfire/filament-navigation-ordering
Latest Version:v1.0.6
PHP:^8.1
License:MIT
Last Updated:Oct 16, 2025
Links: GitHub  ·  Packagist
Maintainer: ofthewildfire

Filament Navigation Ordering Plugin

A Filament plugin that adds visual sorting controls to allowing users to sort navigation items alphabetically.

Installation

Install the package via Composer:

composer require ofthewildfire/filament-navigation-ordering

Usage

Register the plugin in your Filament panel:

use Ofthewildfire\FilamentNavigationOrdering\NavigationOrderingPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            NavigationOrderingPlugin::make(),
        ]);
}

What it does!

  • Adds a sort button to navigation groups
  • Toggle between A-Z and Z-A sorting
  • Visual feedback notifications
  • Targets "Workspace" navigation group by default

Related Packages

devletes/filament-pinnable-navigation

Pinnable navigation support for Filament 5 panels.

2,515 12
awcodes/filament-badgeable-column

Filament Tables column to append and prepend badges.

603,180 146
awcodes/filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.

948,909 267
awcodes/filament-curator

A media picker plugin for FilamentPHP.

388,813 439
pboivin/filament-peek

Full-screen page preview modal for Filament

428,566 252