Answers for "install module with composer magento"

2

install magento 2 using composer

1
 composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <install-directory-name>
Posted by: Guest on July-24-2020
0

install magento extension composer

composer require vendorname/module-name
# Authentication required (repo.magento.com)
# Get your Magento Marketplace authentication keys or use these: 
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Posted by: Guest on January-17-2022

Code answers related to "install module with composer magento"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language