shootwhatsmyname@lemm.ee to PHP@programming.dev · 7 months agoI have suddenly inherited a PHP project. What VSCode extension or server is best for developing it locally? I’m down with any other suggestions too!message-squaremessage-square9fedilinkarrow-up121arrow-down11
arrow-up120arrow-down1message-squareI have suddenly inherited a PHP project. What VSCode extension or server is best for developing it locally? I’m down with any other suggestions too!shootwhatsmyname@lemm.ee to PHP@programming.dev · 7 months agomessage-square9fedilink
minus-squareTherouxSonfeir@lemm.eelinkfedilinkarrow-up6·7 months agoA lot depends on how the PHP site was set up. Does it have requirements? Apache? What version? MySQL? Is it using a framework? Composer, hopefully? Theoretically all you need is PHP installed. You can run it from the command line with -S… maybe. More information would be helpful.
minus-squarego $fsck yourself@lemmy.worldlinkfedilinkEnglisharrow-up4·edit-27 months agoSeconded. Also, what OS are you on? For Windows, Laragon is super easy and convenient. Or Devpod might be a good choice, too.
A lot depends on how the PHP site was set up. Does it have requirements? Apache? What version? MySQL? Is it using a framework? Composer, hopefully?
Theoretically all you need is PHP installed. You can run it from the command line with -S… maybe.
More information would be helpful.
Seconded.
Also, what OS are you on?
For Windows, Laragon is super easy and convenient.
Or Devpod might be a good choice, too.