Search
Get Started
F
Filament
•
2y ago
realtebo
How to avoid to add a resource to nav bar?
Every time I create a new resource
, a new menu is added into the left sidebar
.
How can I avoid this
?
Solution
you could try
// in your resource protected static bool $shouldRegisterNavigation = false;
// in your resource protected static bool $shouldRegisterNavigation = false;
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,392
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
// in your resource
protected
static
bool
$shouldRegisterNavigation
=
false
;
// in your resource
protected
static
bool
$shouldRegisterNavigation
=
false
;
Similar Threads
how to style side bar nav
F
Filament / ❓┊help
3y ago
side nav bar style
F
Filament / ❓┊help
3y ago
How to add content to top bar?
F
Filament / ❓┊help
6mo ago
how to add widget on resource
F
Filament / ❓┊help
3y ago