kiconta / filament-theme
Kiconta filament-theme
Fund package maintenance!
kiconta
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
pkg:composer/kiconta/filament-theme
Requires
- php: ^8.2
- filament/filament: ^3.2
- filament/support: ^3.2
- illuminate/contracts: ^10.0|^11.0
Requires (Dev)
- larastan/larastan: ^2.0.1||^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.10.0||^8.1.1
- orchestra/testbench: ^8.22.0||^9.0.0||^10.0.0
- pestphp/pest: ^2.1||^3.0
- pestphp/pest-plugin-arch: ^2.0||^3.0
- pestphp/pest-plugin-laravel: ^2.0||^3.0
- pestphp/pest-plugin-livewire: ^2.1||^3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0||^2.0
- phpstan/phpstan-phpunit: ^1.0||^2.0
- spatie/laravel-ray: ^1.26
This package is not auto-updated.
Last update: 2025-11-04 22:12:55 UTC
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.