| Install | |
|---|---|
composer require alizharb/filament-themer-luncher |
|
| Latest Version: | v1.0.1 |
| PHP: | ^8.3 |
Filament Themer Luncher is the premium theme management solution for Laravel Themer applications. Effortlessly manage your system's visual identity directly from your Filament admin panel. Install, activate, backup, and restore themes with a beautiful, professional interface.
Enhance your modular and themeable application with our official packages:
Install the package via Composer:
composer require alizharb/filament-themer-luncher
Register the plugin in your Filament Panel Provider:
use AlizHarb\ThemerLuncher\Filament\Plugins\ThemerLuncherPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ThemerLuncherPlugin::make());
}
Publish the configuration file for customization:
php artisan vendor:publish --tag="themer-luncher-config"
installation.allowed_sources: Control where themes can be installed from.backups.enabled: Enable or disable the backup system.backups.keep_last: Number of backup files to keep per theme.authorization.enabled: Enable permission-based access control.We would like to extend our thanks to the following sponsors for funding the development of our ecosystem. If you are interested in becoming a sponsor, please visit the GitHub Sponsors page.
We welcome contributions! Please see CONTRIBUTING for details.
If you discover any security-related issues, please email Ali Harb at harbzali@gmail.com.
The MIT License (MIT). Please see License File for more information.
Made with ❤️ by Ali Harb