kiconta / kiconta-filament-theme
This is my package filament-theme
Fund package maintenance!
kiconta
Requires
- php: ^8.1
- filament/filament: ^3.2
- filament/support: ^3.2
- illuminate/contracts: ^10.0|^11.0|^12.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-07-06 13:02:04 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())
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.