Skip to content

Instantly share code, notes, and snippets.

@artmouse
Forked from davidalger/m2-module-install-2.sh
Created November 20, 2015 23:19
Show Gist options
  • Save artmouse/9074869406d4e8ac0a10 to your computer and use it in GitHub Desktop.
Save artmouse/9074869406d4e8ac0a10 to your computer and use it in GitHub Desktop.
Install module directly or via composer
composer config repositories.alger/phpworld-talk2 vcs [email protected]:davidalger/phpworld-talk2.git
composer require alger/module-skeleton:dev-master
bin/magento setup:upgrade -q && bin/magento cache:flush -q
# OR
git clone [email protected]:davidalger/phpworld-talk2.git app/code/Alger/Skeleton
bin/magento module:enable Alger_Skeleton
bin/magento setup:upgrade -q && bin/magento cache:flush -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment