spykapp/filament-flat-theme 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

spykapp/filament-flat-theme

最新稳定版本:v4.0.1

Composer 安装命令:

composer require spykapp/filament-flat-theme

包简介

A simple theme for FilamentPHP based on a Flat design.

README 文档

README

Screenshot

Packagist Version Total Downloads Laravel 12 PHP 8.3 License

Filament Flat Theme

A simple theme for FilamentPHP based on a Flat design.

Screenshots

Dashboard

Dashboard Light Dashboard Dark
Dashboard Light Dashboard Dark

Table

Customers Light Customers Dark
Customers Light Customers Dark

Form

Form Light Form Dark
Form Light Form Dark

Widget & Table

Orders Light Orders Dark
Orders Light Orders Dark

Cluster (Sidebar)

Products Light Products Dark
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:

  1. Open your theme.css file.
  2. 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';
  1. 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.

统计信息

  • 总下载量: 679
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 0
  • Forks: 1
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-07