© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
Cashing

filamentphp navigation parent item and chld item

Hey!
I am currently trying to figure out on why my navigation child item does not seem to work.
Current my navigation has a Group with in the resource items and i want to add a child to this item named ItemStudents


Code:
class ItemStudentResource extends Resource
{
protected static ?string $model = ItemStudent::class;

protected static ?string $navigationIcon = 'heroicon-o-shopping-bag';
protected static ?string $modelLabel = 'Item Inventory';
protected static ?string $navigationParentItem = 'Items';
public static ?string $navigationGroup = 'Stuvatar';


}

class ItemResource extends Resource
{
protected static ?string $model = Item::class;

protected static ?string $navigationIcon = 'heroicon-o-cube';
public static ?string $navigationGroup = 'Stuvatar';
protected static ?string $navigationLabel = 'Items';

}
Screenshot_2023-12-12_at_11.01.03.png
Solution
Please confirm which verison of filament you are on. Dan submitted these changes in 3.1.18 by the looks of it.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Navigation Builder Parent Item / Child Items
FilamentFFilament / ❓┊help
2y ago
Side Navigation parent navigation item not working
FilamentFFilament / ❓┊help
2y ago
Navigation Parent Items in Clusters
FilamentFFilament / ❓┊help
2y ago
Navigation Item Sorting
FilamentFFilament / ❓┊help
13mo ago