© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
thedangler

Side Navigation parent navigation item not working

Hello. Not sure what I'm doing wrong.

I create a custom page for a resource using this command
php artisan make:filament-page ImportTemplate --resource=TemplateResource --type=custom

It created all the files needed.

Inside my template resource I have:

protected static ?string $navigationLabel = 'Templates';

protected static ?string $navigationGroup = 'Templates';

inside my Resources/TemplateResource/Pages/ImportTemplate.php


protected static ?string $navigationLabel = 'Import';
protected static ?string $navigationGroup = 'Templates';
protected static ?string $navigationParentItem = 'Templates';

But my navigation only shows "Templates" as the group then "Templates" as the one link. "Import" is not showing.

Wondering if its because I made it like the way I did.

I have the latest Filament 3 version.
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

Similar Threads

filamentphp navigation parent item and chld item
FilamentFFilament / ❓┊help
3y ago
Navigation Builder Parent Item / Child Items
FilamentFFilament / ❓┊help
2y ago
Navigation Item Sorting
FilamentFFilament / ❓┊help
13mo ago
Navigation item bottom
FilamentFFilament / ❓┊help
16mo ago