© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago•
3 replies
Ibiza

Hide Navigation on specific pages

I cannot seem to find a functioning method of hiding the navigation bar on specific pages. In this cause I am wanting the user to create a business and if they don't have one created they will be redirected to the business creation page. Which just contains a form and extends Page.
Solution
So I had been trying that and it was throwing a variety of different errors at me. Funny enough I figured it out a few minutes after reading your message.

Easiest solution is going into the pages class and adding this into the mount:

public function mount()
{
        Filament::getCurrentPanel()->navigation(false)
            ->topNavigation(false)
            ->sidebarWidth('0px');
}
public function mount()
{
        Filament::getCurrentPanel()->navigation(false)
            ->topNavigation(false)
            ->sidebarWidth('0px');
}
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

Hide Navigation (top) on certain custom pages
FilamentFFilament / ❓┊help
2y ago
Hide navigation
FilamentFFilament / ❓┊help
3y ago
Pages not showing on navigation
FilamentFFilament / ❓┊help
10mo ago
Notification Broadcast Hide on specific view
FilamentFFilament / ❓┊help
2mo ago