mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 05:25:36 +07:00
1.3 KiB
1.3 KiB
Plugin Manager
Mivo v1.2+ introduces a powerful Plugin System that allows you to extend the core functionality of the application without modifying the source code.
Installing Plugins
Method 1: Upload ZIP
If you have a plugin ZIP file (e.g. from a third-party developer), you can install it manually:
- Go to Settings > Plugins.
- Click the Upload Plugin button.
- Select your
.zipfile. - Mivo will verify the structure (
plugin.php) and install it.
Method 2: Via Registry
You can browse the Official Registry to find community-verified plugins:
- find the plugin you want in the Plugins menu.
- Click Download to get the ZIP file.
- Upload it via Settings > Plugins.
(Future updates will allow one-click install directly from the dashboard)
Managing Plugins
In the Settings > Plugins table, you can see all installed extensions.
- Status: Shows if the plugin is active.
- Actions:
- View Config: Some plugins provide a configuration page.
- Delete: Removes the plugin and its files permanently.
Creating Plugins
Developers can create custom plugins to add features like new Hotspot themes, payment gateways, or system tools. Check the Contribution Guide for details.