Themer Luncher
CommunityThe 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
Package health
BetaAutomated checks of this plugin's Composer package
15 checks
- Failed: GitHub Actions pinned to SHA — View details on Plumb
- Skipped: GitLab CI includes pinned to SHA
- Passed: Open security advisories
- Passed: Dependabot PR responsiveness — No open Dependabot PRs.
- Skipped: Renovate MR responsiveness
- Failed: Dependabot or Renovate configured — No dependency updater configuration found. View details on Plumb
- Skipped: Dependency update cooldown configured
- Failed: Provides a security policy — View details on Plumb
- Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
- Passed: Commit and release recency — Active: last commit 17 days ago; last release 17 days ago.
-
Passed:
composer.lock not committed by library
—
composer.lockis absent from the released dist archive. - Warning: Dist archive is lean
-
Passed:
Current Laravel version supported
—
Package dependencies resolve together with current Laravel
13.0. -
Passed:
Current PHP version supported
—
Constraint
^8.3supports current PHP8.5. - Skipped: Current Symfony version supported
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
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.
- 🩺 Theme Health & Diagnostics: Run Theme Doctor, status, debug, and explain actions directly from Filament.
- 🧬 Ecosystem Intelligence: Inspect
requires,conflicts,provides, parent health, and design tokens from Laravel Themer 1.4. - 👁️ Native Preview Flow: Generate Laravel Themer preview URLs from the admin panel.
- ⬇️ Multi-Source Installation: Install themes from:
- 📂 Local ZIP Uploads
- 🔗 Direct URLs (ZIP)
- 🐙 Git Repositories (Private & Public)
- 📁 Local Paths
- 🛡️ Hardened Operations: Safer ZIP extraction, URL validation, Git process execution, local path allowlists, and secret redaction.
- 💾 Safe Backups: Automated and manual ZIP backups with easy restoration.
- 🔍 Deep Inspection: View theme metadata, authors, and feature support (Livewire, Translations, etc.).
- 🤖 Laravel Boost Ready: Ships AI guidance for safe, native Laravel Themer workflows.
- 🌍 Fully Localized: Professional translations for 11 languages out of the box.
- 🛠️ Modern Laravel Ready: Built for PHP 8.3+ with Laravel 12 and 13 readiness.
#🌍 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
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
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
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
Compact Theme
A theme that makes data-heavy panels easier to scan by fitting more useful information on each screen.
Filament
Blueprint
Filament Blueprint is a premium Laravel Boost extension that helps AI agents produce accurate, detailed implementation plans and security reports for Filament apps.
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