feat: Add login background image and configure Filament auth UI enhancer panel width.
This commit is contained in:
parent
2539d1f3f8
commit
90ed27751c
@ -65,7 +65,9 @@ public function panel(Panel $panel): Panel
|
|||||||
->navigationGroup('Pelindung'),
|
->navigationGroup('Pelindung'),
|
||||||
|
|
||||||
AuthUIEnhancerPlugin::make()
|
AuthUIEnhancerPlugin::make()
|
||||||
->formPanelPosition('left'),
|
->formPanelPosition('left')
|
||||||
|
->formPanelWidth('40%')
|
||||||
|
->emptyPanelBackgroundImageUrl(asset('images/login.jpg')),
|
||||||
])
|
])
|
||||||
->navigationGroups([
|
->navigationGroups([
|
||||||
'Master',
|
'Master',
|
||||||
|
|||||||
BIN
public/images/login.jpg
Normal file
BIN
public/images/login.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
Loading…
Reference in New Issue
Block a user