In this video we are going to install composer on windows NT. Window NT mean this is same procedure for all windows based on NT technology. Such as windows 2000, XP, 7, 8, 8.1 and windows 10. Composer is a dependency manager that is used by most of the php frameworks to resolve third party dependencies.
This is now a days most frequently used with Laravel. Laravel now available with lot of packages support. To use these packages we just add package detail in composer.json file available in laravel project. Then use composer to resolve this dependency and load corresponding required files into project.
We just have to type composer update in command line for using composer. This command will automatically resolve all dependencies exist in laravel project.