shootwhatsmyname to [email protected] • 9 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-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 to [email protected] • 9 months agomessage-square9fedilink
minus-square@[email protected]linkfedilink6•9 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 yourselflinkEnglish4•edit-29 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.