How to Install Magento 2.3.6 Using Composer?
Say we plan to install magento 2.3.6 under https://www.cheapglasses123.com . We are using CentOS 7, Apache 2.4 Step One: composer create-project –repository-url=https://repo.magento.com/ magento/project-community-edition=2.3.6 . Step Two: cd /cheapglasses123.com/html/ <magento install directory> find var generated vendor pub/static pub/media app/etc -type f… Read moreHow to Install Magento 2.3.6 Using Composer?