No description or website provided.
PHP JavaScript HTML CSS
Latest commit 2057e87 Sep 27, 2016 @UltimateModuleCreator committed on GitHub Merge pull request #23 from c3limited/master
Allow numbers in namespace and module name
Permalink
Failed to load latest commit information.
Block/Adminhtml v2.0.0 Nov 20, 2015
Controller/Adminhtml v2.0.0 Nov 20, 2015
Model Fetching full path for writing to var Apr 20, 2016
Test/Unit/Model v2.0.0 Nov 20, 2015
Ui v2.0.0 Nov 20, 2015
etc fix file field error Dec 11, 2015
i18n updated grid system Aug 20, 2015
view/adminhtml Allow numbers in namespace and module name Apr 21, 2016
LICENSE.txt dev1 May 4, 2015
README.md Update README.md Jan 26, 2016
composer.json Correction to actual namespace Apr 21, 2016
registration.php v2.0.0 Nov 20, 2015

README.md

Notice:
The work for this is currenly on hold until further notice due to lack of capable resources.
In other words, magento 2 changes too much too fast and I don't have much time available to keep up with it.
But I promise that at one point I will start it again.
Feel free to fill the issues section with what you find, so I will have a starting point when I pick this up again.

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 entity flat or tree. 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 [email protected]:UltimateModuleCreator/Umc_Base.git
  • sudo composer require ultimatemodulecreator/umc-base:dev-master
  • php bin/magento setup:upgrade