Dutch PHP Conference 2023 - Call for Papers

Windows'ta PHP Kurulum Araçları

PHP Kurulum Araçları

» XAMPP, WampServer ve BitNami, Windows üzerinde Apache ile kullanım için PHP uygulamalarını kuracaktır.

Windows'ta Nginx'i kurmak ve yapılandırmak biraz daha fazla yapılandırma gerektirir. Daha fazala bilgi için bkz: » Nginx belgeleri

add a note

User Contributed Notes 2 notes

up
-41
v4ri4bl3 at gmail dot com
11 months ago
Install using Windows Terminal (or PowerShell):

  > winget install xampp
up
-48
javid at mavaddat dot ca
1 year ago
For whatever reason, the stated version of WebPI on Microsoft's website is out of date. They list version 5.0 whereas the latest installer is for 5.1.51515. The installer is fine, but the website version caption is wrong.

Also, it's possible to automate this install using winget:

winget install --id Microsoft.webpicmd
To Top