How to Install Composer

Composer is a tool for managing libraries and dependencies in Laravel Framework. Composer is important tool for project .Composer is handled all third party libraries and dependencies.
In this Article we learn how to install composer : follow the all step accordingly :

Step-1 Go to the official composer website: getcomposer.org and click “Download” button

how to install composer

Step-2 Then click composer-Setup.exe and your file is starting to download.

how to install composer

Step-3 Then go to your download file and click on your file will start installing.

  • Click first option “install for all users(recommended)
  • After that new screen will open and then click on “Yes
how to install composer

Step-4 Then click on “Next” button and do not make any changes.

how to install composer

Step-5 Then click on “Next” button and do not make any changes.

  • You must have php installed in your system.

Step-6 Then click on “Next” button and do not make any changes.

Step-7 Then click “Install” button.

how to install composer

Step-8 Then click on “Finish” button and your composer installation is complete.

how to install composer

Step-9 Run the below command on your command prompt and see your composer detail

                             composer
how to install composer

Leave a Comment

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