Ask HN: PHP Development Environment on Windows?

3 points by leeshire ↗ HN
I no longer use MAC or Linux systems.

my mother had got me a Windows laptop Lenovo and want to play around with it for a bit get the hang of windows

I'm also interested in learning PHP Wordpress but mostly on windows

is there a way to set up a Dev playground on PHP?

I hear Wampserver or Xampp ? are those the 2 best options for window PHP developers.

6 comments

[ 3.4 ms ] story [ 21.9 ms ] thread
I would personally recommend Laragon: https://laragon.org/

It's more polished than the older programs. It offers neat features like: quick apps, virtual hosts etc...

It isolates your php stuff, you can mess with it without worries

+1 for Laragon, simply a joy to work with.
okay another interesting answer thanks a lot ! appreciate this . So basically is like WAMP? OR MAMP? When I had a macbook pro I used MAMP and loved it .

but when I downloaded MAMP for windows it said to download a bunch of other Redistributables which took a while and headache lol

Set up WSL for a proper Linux dev environment within Windows 10 https://docs.microsoft.com/en-us/windows/wsl/install-win10
wow this is very interesting have you tried it before?

I use to be for big on Ubuntu I used it for a long time is it similar? I'll look into it thanks a lot.

Yes it's awesome, you can install Ubuntu and everything just works. You get access to both file systems from each OS.