Created
November 19, 2015 03:41
-
-
Save davidalger/f0f3529b7255e5b10b13 to your computer and use it in GitHub Desktop.
Install module directly or via composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer config repositories.alger/phpworld-talk1 vcs [email protected]:davidalger/phpworld-talk1.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-talk1.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