We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e233ee commit 44ada4dCopy full SHA for 44ada4d
app/Providers/Filament/AdminPanelProvider.php
@@ -72,6 +72,7 @@ public function panel(Panel $panel): Panel
72
->brandLogo(asset('images/laravelio-logo.svg'))
73
->unsavedChangesAlerts()
74
->globalSearch(false)
75
+ ->topNavigation()
76
->spa();
77
}
78
0 commit comments