Home > Back-end >  Can I use Visual Studio Code plugin Live Server instead of Xampp?
Can I use Visual Studio Code plugin Live Server instead of Xampp?

Time:04-06

I'll try to learn PHP for back-end, to create a localhost is it really necessary to use Xampp ??? Because in the past I've got lot of unsolvable problems with Xampp.

CodePudding user response:

you can Install PHP Server and Live Server from VS Code marketplace and use them instead of xampp

for more info please check the answers here https://stackoverflow.com/a/64542693/11236563

  • Related