Преглед изворни кода

add brand logo to UserPanelProvider.php

3.x
Andrew Wallo пре 1 година
родитељ
комит
f0d2cf9f04
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      app/Providers/Filament/UserPanelProvider.php

+ 1
- 0
app/Providers/Filament/UserPanelProvider.php Прегледај датотеку

@@ -54,6 +54,7 @@ class UserPanelProvider extends PanelProvider
54 54
             ])
55 55
             ->navigation(false)
56 56
             ->viteTheme('resources/css/filament/user/theme.css')
57
+            ->brandLogo(static fn () => view('components.icons.logo'))
57 58
             ->discoverResources(in: app_path('Filament/User/Resources'), for: 'App\\Filament\\User\\Resources')
58 59
             ->discoverPages(in: app_path('Filament/User/Pages'), for: 'App\\Filament\\User\\Pages')
59 60
             ->discoverClusters(in: app_path('Filament/User/Clusters'), for: 'App\\Filament\\User\\Clusters')

Loading…
Откажи
Сачувај