Flat Theme
CommunityA simple theme for FilamentPHP based on flat design.
Author:
Spykapps
Package health
BetaAutomated checks of this plugin's Composer package
13 checks
-
Passed:
Current Laravel version supported
—
Package dependencies resolve together with current Laravel
13.0. -
Passed:
Current PHP version supported
—
Constraint
^8.1supports current PHP8.5. - Skipped: Current Symfony version supported
-
Failed:
Abandoned or archived
—
Marked abandoned on Packagist; repository archived on GitHub. Suggested replacement:
spykapps/theme-inverness. View details on Plumb - Warning: Commit and release recency — Low activity: last commit 358 days ago; last release 358 days ago.
-
Failed:
composer.lock not committed by library
—
composer.lockis present in the released dist archive. View details on Plumb - Passed: Dist archive is lean
- Skipped: GitHub Actions pinned to SHA
- Passed: Open security advisories
- Passed: Dependabot PR responsiveness — No open Dependabot PRs.
- Failed: Dependabot or Renovate configured — No dependency updater configuration found. View details on Plumb
- Skipped: Dependency update cooldown configured
- Passed: Provides a security policy
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
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
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
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
Featured Plugins
A selection of plugins curated by the Filament team
Blueprint
Filament Blueprint is a premium Laravel Boost extension that helps AI agents produce accurate, detailed implementation plans and security reports for Filament apps.
Filament
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight/Raycast like Command Palette to your Filament Panel.
Dennis Koch