sumandey8976/plugin-installer

A Laravel plugin installer system

Maintainers

Package info

github.com/Sumandey7689/plugin-installer

Language:Blade

pkg:composer/sumandey8976/plugin-installer

Statistics

Installs: 32

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

3.0.2 2025-12-17 10:51 UTC

This package is auto-updated.

Last update: 2026-03-17 11:24:05 UTC


README

A modular plugin management system for Laravel that allows you to upload, install, and manage ZIP-based plugins with auto migration, composer dependency resolution, and service provider registration — all from a beautiful UI.

📦 Package Info

  • Package Name: sumandey8976/plugin-installer
  • Framework: Laravel 10+
  • PHP: ^8.1
  • License: MIT

🚀 Features

  • Upload plugin ZIP files via UI
  • Automatically extract and register plugins
  • Auto-run plugin-specific migrations
  • Auto-install composer dependencies declared by the plugin
  • Auto-register plugin service providers
  • Plugin Store UI with category badges and author info

📂 Access the Plugin UI

Once installed, visit the following route in your browser:

http://your-site.test/plugins Replace your-site.test with your actual domain.

This will open the Plugin Manager UI, where you can upload and manage plugins easily.

🛠 Installation

Step 1: Install via Composer

composer require sumandey8976/plugin-installer