Modular Luncher
CommunityThe 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
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. - Passed: 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 Modular Luncher is the ultimate module management solution for Laravel Modular applications. Seamlessly integrate module management into your Filament admin panel, allowing you to install, update, backup, and restore modules with a single click.
#✨ Features
- 📦 Seamless Integration: Native Filament resource for managing modules.
- 🔍 Module Discovery: Automatically scans and lists all installed modules.
- 🩺 Module Health & Diagnostics: Run Module Doctor, status, debug, and explain actions directly from Filament.
- 🧬 Dependency Intelligence: Inspect
requires,conflicts, andprovidesfrom Laravel Modular 1.2 manifests. - ⬇️ Multi-Source Installation: Install modules from:
- 📂 Local ZIP Uploads
- 🔗 Direct URLs (ZIP)
- 🐙 Git Repositories (Private & Public)
- 🐘 Composer Packages
- 🛡️ Hardened Operations: Safer ZIP extraction, Composer/Git process execution, URL allowlists, vendor allowlists, and secret redaction.
- 🔄 Updates: Update modules via Git pull or easy re-installation.
- 💾 Backups: Create and restore backups of your modules instantly.
- 🗑️ Uninstallation: Safe removal of modules and their assets.
- 🤖 Laravel Boost Ready: Ships AI guidance for safe, native Laravel Modular workflows.
- 🛠️ Modern Laravel Ready: Built for PHP 8.3+ with Laravel 12 and 13 readiness.
#🌍 Ecosystem
Enhance your modular application with our official packages:
- Laravel Modular: Review the core package documentation.
- Laravel Hooks: Specific modular hook system support.
- Filament Integration: Seamless Filament admin panel integration in modules.
- Livewire Integration: First-class Livewire component support in modules.
- Laravel Themer: Advanced theme management system.
#🚀 Installation
Install the package via Composer:
composer require alizharb/filament-modular-luncher
Register the plugin in your Filament Panel Provider:
use AlizHarb\ModularLuncher\ModularLuncherPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ModularLuncherPlugin::make());
}
That's it! You will now see a Modules resource in your admin panel.
#🔧 Configuration
Publish the configuration file for customization:
php artisan vendor:publish --tag="modular-luncher-config"
#Configuration Options
installation.git_binary: Path to your git binary.updates.github_token: Token for accessing private repositories.backups.disk: Storage disk for backups (default:local).
#📖 Usage
#Installing a Module
- Navigate to the Modules resource in your admin panel.
- Click Install Module.
- Choose your source (ZIP, URL, or Composer).
- Fill in the required details and click Install.
#Managing Modules
- Update: Click the update action on any module table row.
- Backup: Select a module and click "Backup" to create a ZIP snapshot.
- Restore: Restore a module from a previous backup.
- Uninstall: Remove a module from your system.
#💖 Sponsors
We would like to extend our thanks to the following sponsors for funding Laravel Modular development. If you are interested in becoming a sponsor, please visit the Laravel Modular GitHub Sponsors page.
#🌟 Acknowledgments
- Laravel: For creating the most elegant PHP framework.
- Filament: For the amazing admin panel builder.
- Spatie: For setting the standard on Laravel package development.
#🤝 Contributing
We welcome contributions! Please see CONTRIBUTING for details.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
#🔒 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 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.
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
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
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
Featured Plugins
A selection of plugins curated by the Filament team
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
Soft Theme
A theme that gives panels a warm, approachable look with rounded shapes, gentle colors, and serif headings.
Filament
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight like Command Palette to your Filament Panel.
Dennis Koch