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