rupadana/filament-themes

This is my package filament-themes

1.0.0 2025-01-19 03:18 UTC

This package is auto-updated.

Last update: 2025-01-19 03:23:28 UTC


README

Total Downloads Latest Version on Packagist

filament-themes is a versatile theme management package for Filament applications. It enables seamless integration of themes from third-party publishers while providing a customizable default theme out of the box. With features like dynamic theme switching, extensibility for custom themes, and support for multi-tenant setups, filament-themes simplifies the process of managing and personalizing your application's appearance. Perfect for developers building white-label solutions or offering theme marketplaces, filament-themes is your go-to solution for streamlined and flexible theme management.

Installation

You can install the package via composer:

composer require rupadana/filament-themes

Register it to your filament Provider

use Rupadana\FilamentThemes\FilamentThemesPlugin;

$panel->plugins([
    FilamentThemesPlugin::make()
])

Config

php artisan vendor:publish --tag="filament-themes-config"

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.