|
|
|
|
|
by revskill
1475 days ago
|
|
I'm sorry, but i failed to install php or composer many times before in Windows. Installing PHP in Windows is harder than building a production-level enterprise application in Typescript, sadly but it happened to me. Good job, PHP. |
|
Back in the day, we simply downloaded a WAMP/XAMPP package, which was a typical windows installer. The thing came with a simple management UI where you could e.g. point the document root to the root directory of your development tree and everything just worked. IIRC similar packages were floating around with other languages or Postgres instead of MySQL.
So what the hell happened since then? Why did those things get so complicated? Does the answer involve complexity introduced by container/scaling/management/IDE/framework/... software? Did installing Software on Windows become more difficult than simply running an installer? Doesn't Windows even have package management nowadays (chocolatey/some App store/...)? If it's so complicated, don't Windows devs nowadays have their trusty WSL anyway?
EDIT: I just looked around a bit on Google, apparently WAMP is still a thing, and Composer also has a Windows installer, which allegedly can work with the former (https://duvien.com/blog/setting-wamp-composer-and-git-window...).