Install Composer PHP Laravel Dependency Manager - Windows Users

Install Composer PHP Laravel Dependency Manager - Windows Users

In this tutorial, I am going to show you how to install PHP dependency manager named as a composer in your windows machine.

Composer performs two things

  1. Dependency Management for PHP/Laravel
  2. File Auto-Loading

 

Dependency Management for PHP-Laravel

Using composer you can use several packages in your production or development environment project. All the packages or libraries are stored in your local project vendor folders.

File auto-loading

For Object-Oriented Programming (OOP), Composer allows us to specify the location of the class files. Then, the files are automatically loaded when an object is instantiated. Without using include() or require() within your code, Composer abstracts away the file loading process. The result is a clean, purposeful code.
Go to https://getcomposer.org/download/ for downloading the composer.

Click the link 
Download the Composer-setup.exe file for only windows users
Next.
Next.
Next.
Next.
Next.
Next.
Next.

You may like these posts