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