Skip to content
Marius Strajeru edited this page Nov 20, 2015 · 1 revision

#Installation

  • via composer: Run this inside your magento2 instance

      composer config repositories.ultimatemodulecreator-umc-base git git@github.com: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
Clone this wiki locally