A simple theme for FilamentPHP based on a Flat design.
Dashboard Light | Dashboard Dark |
---|---|
![]() |
![]() |
Customers Light | Customers Dark |
---|---|
![]() |
![]() |
Form Light | Form Dark |
---|---|
![]() |
![]() |
Orders Light | Orders Dark |
---|---|
![]() |
![]() |
Products Light | Products Dark |
---|---|
![]() |
![]() |
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 |
theme.css
file.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';
npm run build
✅ That’s it, you’re now using the Filament Flat Theme.
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.
SpykApp is the open-source development wing of Spykra Technologies, based in London. We are currently working on a couple of open-source projects, mostly built with Laravel and FilamentPHP.