install composer

  1. K

    Steps to install PHP composer

    You can follow below steps to install and configure PHP composer: Login to server via SSH. You can use below command to configure shell environment to use composer. Copyecho 'alias composer="php -d allow_url_fopen=On ${HOME}/composer.phar"' >> ~/.bashrcsource ~/.bashrc Now its time to...
  2. bhawanisingh

    Installing Magento with Composer? Here Are Some Common Errors and How To Fix Them

    Magento works well for most businesses looking to create their own e-commerce website. To make the process of installation easier, there’s a tool called “Composer”. The tool is recommended by the official Magento guide as well. But when using Composer to install Magento, you’re likely face some...
Top