INSTALL COMPOSER ON UBUNTU

Procedures are Given Below :
  1. sudo updates-alternatives --install "/usr/bin/php" "php" "/opt/lampp/bin/php" 1
  2. php -v
  3. su
  4. sudo apt-get install curl
  5. curl -V
  6. sudo apt-get install git
  7. git
  8. curl -sS https://getcomposer.org/installer | php
  9. php composer.phar
  10. sudo mv composer.phar /usr/local/bin/composer
  11. sudo apt-get install composer

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine