© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
53 replies
WEBMAS

How to place a navigation element without a group between groups or after?

Hello.

The $navigationSort variable does not work in the Cluster. Why?

<?php

namespace App\Filament\Clusters;

use Filament\Clusters\Cluster;

class Settings extends Cluster
{
    protected static ?string $navigationIcon = 'heroicon-o-squares-2x2';

    protected static ?int $navigationSort = 1;
}
<?php

namespace App\Filament\Clusters;

use Filament\Clusters\Cluster;

class Settings extends Cluster
{
    protected static ?string $navigationIcon = 'heroicon-o-squares-2x2';

    protected static ?int $navigationSort = 1;
}
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

Place ungrouped resources between / below navigation groups
FilamentFFilament / ❓┊help
3y ago
Navigation Items between Navigation groups
FilamentFFilament / ❓┊help
3y ago
Navigation group without label
FilamentFFilament / ❓┊help
3y ago
How to sort navigation items within a navigation group?
FilamentFFilament / ❓┊help
12mo ago