moduleforest / extension-installer
It allows installing a magento 2 extension zip package via Magento 2 admin.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
This package is auto-updated.
Last update: 2025-04-15 19:57:01 UTC
README
You may be aware of that Magento 2 has no native functionality to directly install extension package via admin like Magento 1 have Magento connect manager. So we have developed this Magento 2 extension to allow installation of Magento 2 zip extension package via admin. The installation process is consist of only 2 steps:
- Upload Extension Package
- Activate Extension
both can be done from a single page.
Installation Instructions
- composer require moduleforest/extension-installer
- php bin/magento setup:upgrade
Extension path in admin
System > Extensions > Install Extension
Contributions
The extension code needs to be optimised a lot. So, pull requests are really appreciated.
Note
- It is not recommended to use this extension in production environment.
- This extension use another open source extension https://github.com/magefan/module-cli as a dependency to execute CLI commands