定制 kiconta/kiconta-filament-theme 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

kiconta/kiconta-filament-theme

最新稳定版本:v1.0.3

Composer 安装命令:

composer require kiconta/kiconta-filament-theme

包简介

Kiconta filament-theme

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require kiconta/kiconta-filament-theme

To install the theme's required JS libraries (install TailwindCSS plugins: forms, typography, and also postcss, and autoprefixer. Create postcss.config.js if it not exists yet), run:

php artisan kiconta-filament-theme:install

Add a new item to the `input` array of your `vite.config.js` file:

```js
'vendor/kiconta/kiconta-filament-theme/resources/css/theme.css'

Run:

npm run build

Testing

composer test

Register the plugin on your panel (e.g. /app/Providers/Filament/AdminPanelProvider.php):

use Kiconta\FilamentTheme\FilamentThemePlugin;
Plugin;

$panel
  ->plugin(use Kiconta\FilamentTheme\FilamentThemePlugin;
::make())
  ->font('Inter', provider: GoogleFontProvider::class)
  //add image logo in public/images/{folder}
  ->brandLogo(asset('images/kiconta-logo.svg'))
  //change favicon image in public/favicon.svg
  ->favicon(asset('favicon.svg'));

  //Remember Logo and fivicon in public folder.

Color

Color documentation Documentation

Logos Documentation

Logos documentation Documentation

Lib Icons

Lib Icons (Hero Icons) Documentation

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

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