Flat Theme
A simple theme for FilamentPHP based on flat design.
Author:
Spykapps
Documentation

A simple theme for FilamentPHP based on a Flat design.
#Screenshots
#Dashboard
| Dashboard Light | Dashboard Dark |
|---|---|
|
|
#Table
| Customers Light | Customers Dark |
|---|---|
|
|
#Form
| Form Light | Form Dark |
|---|---|
|
|
#Widget & Table
| Orders Light | Orders Dark |
|---|---|
|
|
#Cluster (Sidebar)
| Products Light | Products Dark |
|---|---|
|
|
#Installation
composer require spykapp/filament-flat-theme
After installing the package, you’ll need to set up a custom Filament theme (if you haven’t already). Follow the official guide here:
📘 Creating a Custom Theme
| v3 | v4 |
|---|---|
| https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme | https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme |
#Once your custom theme is set up:
- Open your
theme.cssfile. - Replace this line:
Filament v4 :
@import '../../../../vendor/filament/filament/resources/css/theme.css';
with:
@import '../../../../vendor/spykapp/filament-flat-theme/resources/css/theme.css';
Filament v3 :
@import '/vendor/filament/filament/resources/css/theme.css';
with:
@import '/vendor/spykapp/filament-flat-theme/resources/css/theme.css';
- Then run the build process:
npm run build
✅ That’s it, you’re now using the Filament Flat Theme.
#Changelog
Please see CHANGELOG for more information on what has changed recently.
#Credits
#License
The MIT License (MIT). Please see License File for more information.
The author
Spykapps is an open-source development wing focusing on building high-quality Laravel and FilamentPHP packages. We’re currently working on a collection of open-source tools aimed at improving developer experience, UI consistency, and workflow automation within the Filament ecosystem.
From the same author
Uppy Upload Form Field
A powerful chunked file upload field for Filament 4 & 5 using Uppy.js
Author:
Spykapps
Passwordless Login
A highly customizable Filament 4 plugin for passwordless magic link authentication with login page, actions, resource management, and analytics widgets.
Author:
Spykapps
Theme Aberdeen
A refined, minimal Filament theme with tight spacing, subtle shadows, and Brand New Filament warm-amber accents. Designed for Filament v4 and v5.
Author:
Spykapps
Theme Inverness
A refined, premium theme for Filament inspired by Laravel's signature red aesthetic, featuring tight spacing, subtle shadows, and dynamic primary color accents. Designed for Filament v4 and v5.
Author:
Spykapps
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission