kiconta/kiconta-filament-theme

This is my package filament-theme

v1.0.0 2025-07-06 00:12 UTC

This package is not auto-updated.

Last update: 2025-07-06 13:02:04 UTC


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())

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.