kiconta/filament-theme
最新稳定版本:v1.0.3
Composer 安装命令:
composer require kiconta/filament-theme
包简介
Kiconta filament-theme
README 文档
README
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.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-03