How to Install Composer using Command Line in Ubuntu?
Composer through we can get packages from git and use it in our project. But you require to install composer in your system for getting packages. You can get packages for core PHP, Laravel, codeigniter etc.
So, If you are working on ubuntu OS and you require to install composer then this post will help you quickly install composer using terminal command line in your ubuntu system.
First Open your terminal and fire bellow three commands, i listed just three command to install composer, you have to just run one by one:
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
sudo chmod +x /usr/local/bin/composer
After above command run successfully you can check by following command:
composer
You can see your terminal layout look like as bellow screenshot:
Preview:
I hope it can help you...
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
We are Recommending you
- Ubuntu PHP bz2 Extension Install Commands Example
- How to Install PHP GD Extension in Ubuntu?
- How to Increase max_input_vars in PHP Ubuntu?
- How to Check Current PHP Version in Ubuntu?
- How to Install Composer in Ubuntu Server?
- How to Install MySQL in Ubuntu Server?
- How to Install PHP in Ubuntu Server?
- How to Connect SSH using ppk File Ubuntu?
- How to Remove Composer Package in Laravel?
- How to Import Database in Mysql using Command Line in Ubuntu?
- How to Upgrade PHP Version from 7.3 to 7.4 in Ubuntu?
- Install Bootstrap 4 in Angular 9 | How to Add Bootstrap in Angular 9
- How to Install Botman Chatbot in Laravel?
- Laravel Vue Datatables Component Example