MelisMarketplace lists all existing Melis Platform modules.
It also shows if modules are up to date and proposes to make automatic updates.
These instructions will get you a copy of the project up and running on your machine.
You will need to install melisplatform/melis-core in order to have this module running.
This will automatically be done when using composer.
Run the composer command:
composer require melisplatform/melis-marketplace
- MelisMarketPlace tool: downloading and updating of modules
- Header icon: informs when updates are available
MelisMarketplace will list all modules from Packagist that have a type "melisplatform-module" in their composer.json.
Example from the composer.json of MelisMarketplace:
{
"name": "melisplatform/melis-marketplace",
"description": "Melis Platform Market Place",
"type": "melisplatform-module",
"license": "OSL-3.0",
...
}
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details