Skip to content

Commit 56cb219

Browse files
authored
[Feature] Enabled SPA mode (alexjustesen#831)
1 parent 3821e74 commit 56cb219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Providers/Filament/AdminPanelProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function panel(Panel $panel): Panel
5555
->databaseNotifications()
5656
->databaseNotificationsPolling(config('speedtest.notification_polling'))
5757
->maxContentWidth(config('speedtest.content_width'))
58+
->spa()
5859
->middleware([
5960
EncryptCookies::class,
6061
AddQueuedCookiesToResponse::class,

0 commit comments

Comments
 (0)