Magento 2 Ultimate Module Creator - Base Package

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 78

Watchers: 22

Forks: 40

Open Issues: 11

Type:magento2-module

dev-master 2018-09-17 05:38 UTC

This package is not auto-updated.

Last update: 2024-05-17 18:04:25 UTC


README

Notice
This module is discontinued.
There will be no upgrades, no bug fixes and no support starting September 17th 2018.
If you think this is worth something, feel free to clone it and maintain it.

Description

The Umc_Base module is the main module of the Ultimate Module Creator for Magento 2.

What is Ultimate Module Creator For Magento 2? It's the Magento 2 module for this.
This main module allows you to create the backend CRUD for your own custom FLAT entity . Others modules for different functionalities (frontend, API, Catalog relation, ...) will follow.

Installation

After installing magento 2, run these commands:

  • composer config repositories.ultimatemodulecreator-umc-base git git@github.com:UltimateModuleCreator/Umc_Base.git
  • composer require ultimatemodulecreator/umc-base:dev-master
  • php bin/magento setup:upgrade