Composer how to install and use composer on ubuntu 18 04

July 14, 2021 . 1 MIN READ

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-18-04

 

  • Identify what kind of library the application needs.
  • Research a suitable open source library on Packagist.org, the official package repository for Composer.
  • Choose the package you want to depend on.
  • Run composer require to include the dependency in the composer.json file and install the package.

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *