In this guide we will install Composer và PHP on Windows 10 so that we can install dependencies for our web apps directly from Windows command line.
Bạn đang xem: Installing php 7 and composer on windows 10, natively
1. Download and Install Visual C++
In order khổng lồ run PHP on Windows 10, you will need khổng lồ install Visual C++ Redistributable for Visual Studio. You can tải về it from the Windows tải về page or click the direct liên kết below.Download: VC_redist.x64.exe (64 bit) or VC_redist.x86.exe (32 bit)Once downloaded, run the installer & click Install.
2. Download and Extract PHP
Go to the Windows PHP download page and tải về the .zip of the version of PHP you require. In this guide, we are installing PHP 7.4 VC15 x64 Non Thread Safe, which is the latest version as of writing (Jan 2020).
3. Download and Install Composer
Download Composer-Setup.exe from the Composer download page.In the second step of Composer Setup, make sure the correct path lớn php.exe is set & click Next.
4. Thử nghiệm PHP
If you have any Command Prompt windows currently open, close them now.Open Command Prompt, type php -v and press Enter. You should now see the PHP version.
Xem thêm: Bí Quyết Tán Gái Thành Công Không Lo Bị Ế, Tán Gái Hơn Tuổi: Bí Quyết Thành Công (2020)
5. Add Path Environment Variable
Composer thiết đặt usually does this for you, but if for whatever reason it didn’t, you can set one up manually.So that you don’t have lớn type the whole path to php.exe every time you run a PHP command, you should địa chỉ cửa hàng c:php7 as a path environment variable.Open System Properties by clicking the start menu và typing sysdm.cpl và press Enter.

Click New, type the path to lớn your PHP thư mục (c:php7) & click OK.
Close the System Properties dialogue by clicking OK.
6. Kiểm tra Composer
Open up Command Prompt & type composer -V (that’s uppercase V).If all was installed correctly, you should see a version number.Hurrah! You can now run Composer và PHP on Windows 10.
Let me know if this helped. Follow me on Twitter, Facebook & YouTube, or