rupadana / filament-themes
This is my package filament-themes
Fund package maintenance!
rupadana
Requires
- php: ^8.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0
- rupadana/filament-swiper: ^3.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
This package is auto-updated.
Last update: 2025-01-19 03:23:28 UTC
README
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.