How to install composer in Ubuntu Back

  • To download composer:
curl -sS https://getcomposer.org/installer | php
  • Install composer:
/usr/bin/php composer.phar --version
  • Set global variable:
sudo mv composer.phar /usr/local/bin/composer
  • Check whether install successfully:
composer --version
Empty Comments
Sign in GitHub

As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.

Notice: This plugin has used Cookie to store your token with an expiration.