Add toggleable wire:navigate SPA navigation with prefetching (#7661)

This commit is contained in:
Andras Bacsai
2025-12-17 14:27:19 +01:00
committed by GitHub
75 changed files with 365 additions and 295 deletions

View File

@@ -29,6 +29,7 @@ class InstanceSettings extends Model
'auto_update_frequency' => 'string',
'update_check_frequency' => 'string',
'sentinel_token' => 'encrypted',
'is_wire_navigate_enabled' => 'boolean',
];
protected static function booted(): void