© 2026 Hedgehog Software, LLC

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

Is there a way to hide a page?

I know you can hide it from the navigation based on authorisation and using this method:

public static function canAccess(): bool
{
    return auth()->user()->canManageSettings();
}
public static function canAccess(): bool
{
    return auth()->user()->canManageSettings();
}


However I don't want to disable it completely, I just don't want to have the link rendered in the navigation and I cannot find in the docs where this might be a possibility.
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

is there a way to hide value in textinput by replacing value to *?
FilamentFFilament / ❓┊help
3y ago
Is there any way to hide modal's submit button ?
FilamentFFilament / ❓┊help
3y ago
Is there a way to hide the whole navigation panel depending on role?
FilamentFFilament / ❓┊help
2y ago
What is the best way to conditionally hide a tab in the ListResource page?
FilamentFFilament / ❓┊help
17mo ago