magento 2 composer install

213

install magento 2 using composer -

1
 composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <install-directory-name>

install magento 2 command line composer -

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .

magento install with composer -

composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition=2.4.3 <install-directory-name>

Comments

Submit
0 Comments