Horje
install magento extension composer Code Example
install magento 2 using composer
1
 composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <install-directory-name>
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
Source: magefan.com




Shell

Related
bash check return value of function Code Example bash check return value of function Code Example
cara melihat git sudah terinstal atau belum di linux terminal Code Example cara melihat git sudah terinstal atau belum di linux terminal Code Example
can't install zoom on ubuntu due to missing packages Code Example can't install zoom on ubuntu due to missing packages Code Example
update submodule git Code Example update submodule git Code Example
digital bootcamps in gauteng Code Example digital bootcamps in gauteng Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10