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
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.
- ⬇️ Multi-Source Installation: Install modules from:
- 📂 Local ZIP Uploads
- 🔗 Direct URLs (ZIP)
- 🐙 GitHub Repositories (Private & Public)
- 🐘 Composer Packages
- 🔄 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.
- 🛠️ Developer Friendly: Built on strict PHP 8.3+ and Laravel 12 standards.
#🌍 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
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
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
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
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
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle