| Install | |
|---|---|
composer require alizharb/filament-modular-luncher |
|
| Latest Version: | v1.0.0 |
| PHP: | ^8.3 |
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.
Enhance your modular application with our official packages:
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.
Publish the configuration file for customization:
php artisan vendor:publish --tag="modular-luncher-config"
installation.git_binary: Path to your git binary.updates.github_token: Token for accessing private repositories.backups.disk: Storage disk for backups (default: local).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.
We welcome contributions! Please see CONTRIBUTING for details.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)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