feat: set filament main client ui

This commit is contained in:
Scai 2025-01-06 15:46:43 +02:00
parent 158fa24fff
commit a3ecf3994b

View File

@ -25,7 +25,7 @@ class AppPanelProvider extends PanelProvider
{
return $panel
->id('app')
->path('app')
->path('')
->spa()
->breadcrumbs(false)
->brandName(config('app.name', 'Pelican'))