feat: Add login background image and configure Filament auth UI enhancer panel width.

This commit is contained in:
Yoga Pangestu 2026-02-24 16:31:29 +07:00
parent 2539d1f3f8
commit 90ed27751c
2 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ public function panel(Panel $panel): Panel
->navigationGroup('Pelindung'),
AuthUIEnhancerPlugin::make()
->formPanelPosition('left'),
->formPanelPosition('left')
->formPanelWidth('40%')
->emptyPanelBackgroundImageUrl(asset('images/login.jpg')),
])
->navigationGroups([
'Master',

BIN
public/images/login.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB