Themer Luncher
The ultimate theme management solution for Filament and Laravel Themer. Install, switch, backup, and restore themes directly from your admin panel. Supports ZIP uploads, Git repositories, and local symlinks. Includes widgets for theme stats and recent additions.
Author:
Ali Harb
Documentation
- ✨ Features
- 🌍 Ecosystem
- 🚀 Installation
- 🔧 Configuration
- 📖 Usage
- 💖 Sponsors
- 🌟 Acknowledgments
- 🤝 Contributing
- 🔒 Security
- 📄 License
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.
#✨ Features
- 🎨 Visual Management: Full-featured Filament resource for themes.
- 🔄 Live Activation: Switch between themes instantly with a single click.
- ⬇️ Multi-Source Installation: Install themes from:
- 📂 Local ZIP Uploads
- 🔗 Direct URLs (ZIP)
- 🐙 Git Repositories (Private & Public)
- 📁 Local Paths
- 💾 Safe Backups: Automated and manual ZIP backups with easy restoration.
- 🔍 Deep Inspection: View theme metadata, authors, and feature support (Livewire, Translations, etc.).
- 🌍 Fully Localized: Professional translations for 11 languages out of the box.
- 🛠️ PHP 8.3 & Laravel 12: Built using the latest modern standards.
#🌍 Ecosystem
Enhance your modular and themeable application with our official packages:
- Laravel Themer: Review the core package documentation.
- Filament Modular Luncher: Advanced module management for Filament.
- Laravel Modular: The core modular architecture package.
#🚀 Installation
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());
}
#🔧 Configuration
Publish the configuration file for customization:
php artisan vendor:publish --tag="themer-luncher-config"
#Configuration Options
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.
#📖 Usage
#Installing a Theme
- Navigate to the Themes resource in your admin panel.
- Click Install Theme.
- Choose your source (ZIP, URL, Git, or Local).
- Fill in the required details and click Install.
#Managing Themes
- Activate: Use the "Activate" action to switch the system theme.
- Backup: Click "Backup" to create a ZIP snapshot of the theme directory.
- Restore: Restore a theme to a previous state from the "Backups" tab.
- Publish Assets: Re-publish theme views and public assets.
#💖 Sponsors
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.
#🌟 Acknowledgments
- Laravel: For the most elegant PHP framework.
- Filament: For the amazing admin panel builder.
- Spatie: For leading the way in Laravel package development standards.
#🤝 Contributing
We welcome contributions! Please see CONTRIBUTING for details.
#🔒 Security
If you discover any security-related issues, please email Ali Harb at harbzali@gmail.com.
#📄 License
The MIT License (MIT). Please see License File for more information.
Made with ❤️ by Ali Harb
The author
The ultimate theme management solution for Filament and Laravel Themer. Install, switch, backup, and restore themes directly from your admin panel. Supports ZIP uploads, Git repositories, and local symlinks. Includes widgets for theme stats and recent additions.
From the same author
Modular Luncher
The ultimate module management solution for Filament and Laravel Modular. Install, update, backup, and restore modules directly from your admin panel. Supports ZIP uploads, Git repositories, and Composer packages.
Author:
Ali Harb
Themes Manager
An advanced, feature-rich theme management system for Laravel applications using Filament. Built to work seamlessly with `qirolab/laravel-themer`, this package provides a comprehensive admin interface for managing, installing, previewing, and switching themes with ease.
Author:
Ali Harb
Activity Log
A powerful, feature-rich activity logging solution for FilamentPHP v4 & v5 with timeline views, dashboard widgets, and revert actions.
Author:
Ali Harb
Module Manager
A Laravel package that provides a simple and elegant way to manage modules within Filament admin panel projects. It allows developers to register, enable, disable, and organize modules, making modular app development easier and more structured. Now supports Filament v5.
Author:
Ali Harb
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission