Install Composer - PHP dependency manager

Composer can be installed in your server quickly and it's very easy to install: First update the server : yum -y update Switch into the /usr/local/src directory. cd /usr/local/src Install Composer by using cURL curl -sS https://getcomposer.org/installer | php To use Composer globally run this below command ensure to use as user and user should […]

Read More