installation - UltimateModuleCreator/Umc_Base GitHub Wiki
#Installation
-
via composer: Run this inside your magento2 instance
composer config repositories.ultimatemodulecreator-umc-base git [email protected]:UltimateModuleCreator/Umc_Base.git composer require ultimatemodulecreator/umc-base:dev-master composer update php bin/magento setup:upgrade
-
"old school":
- create the folder
app/code/Umc/Base/
- Download the code from this repo as a zip, and unzip it's contents to
app/code/Umc/Base/
- run in the command line
php bin/magento setup:upgrade
- create the folder