dev-resources.site
for different kinds of informations.
Filament has SPA mode!
Published at
3/30/2024
Categories
filament
laravel
Author
rmitesh
Author
7 person written this
rmitesh
open
Did you know, with Filament you can enable SPA mode for your panel.
You need to add ->spa()
in your PanelProvider.
<?php
class AdminPanelProvider extends PanelProvider
{
public function panel(Panel $panel): Panel
{
return $panel
->default()
->id('admin')
->spa()
// ...
}
}
In SPA mode, you visit the any page, Filament will cache the assets. So next time when you visit the page asset will load from the cache.
and there you go!..
filament Article's
30 articles in total
Multi select default selection i filament v3
read article
Filament: Image Color Picker component
read article
My First No-Code SaaS Took off - $8K in 40 days
read article
Add a sidebar with options in a Filament resource
read article
Filament: Modify login or logout response
read article
Filament Database Notification Sound
read article
Laravel Nova vs Filament: The Best Admin Panels
read article
Filament: Add icon to form buttons
read article
Filament Breezy: add new field to Personal Info component
read article
Filament: Delete Attachments when Deleting a Record
read article
Filament: Generate Resource from Existing DB Schema
read article
Filament Breezy: set storage disk for avatar
read article
Laravel Stats : Filament Charts.js pour faire les statistiques
read article
Filament How to redirect to list page after (create,update) using Trait
read article
How to solve Symfony\Component\Routing\Exception\RouteNotFoundException Route [filament.admin.resources.api-keys.index] not
read article
Apa itu Laravel Filament?
read article
Laravel Filament: get resource table data by authenticated id
read article
Change Default Colors in FilamentPHP
read article
How to Use Searchable in Laravel 10 Filament v3
read article
Filament: add a confirmation password field in a form
read article
TomatoPHP Filament Plugins
read article
Debug Filament Search Query
read article
Filament PHP Blade UI Components Visually Explained
read article
Filament Context Menu
read article
How to Extend a Filament Resource
read article
Linkeeper - Lesson 02 - Start playing with Filament
read article
Linkeeper - Lesson 01 - Installation
read article
Filament has SPA mode!
currently reading
Access parent component value from the Repeater in Filament
read article
Filament v3 - Multi-tenancy form component scoping
read article
Featured ones: