© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Hiding custom page in navigation panel - Filament
F
Filament
•
3y ago
•
5 replies
Bloom
Hiding custom page in navigation panel
i want to to hide custom page to non admin users
, i saw the below code in the documentation but i don
't exactly know how it works
.
:
public static function shouldRegisterNavigation
(
)
: bool
{
return auth
(
)
-
>user
(
)
-
>canManageSettings
(
)
;
}
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Hiding Navigation Sidebar in a custom page
F
Filament / ❓┊help
3y ago
Filament Custom Page always shows admin panel navigation
F
Filament / ❓┊help
3y ago
sub navigation in custom page
F
Filament / ❓┊help
3y ago
Adding Custom Page in Navigation
F
Filament / ❓┊help
3y ago