how to open a project with php language on visual studio
Good evening everyone, I try to develop a website with CMS PrestaShop using the VS2010 IDE?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
abdelwaheb ammarPosted Nov 7, 2016, 8:50 AM
Bikesh SrivastavaPosted Nov 6, 2016, 11:16 PM
By default VS is not made to run PHP, but you can do it with extensions:
You can install an add-on with the extension manager, PHP Tools for Visual Studio.
If you want to install it inside VS, go to Tools > Extension Manager > Online Gallery > Search for PHP where you will find PHP Tools (the link above) for Visual Studio. Also you have VS.Php for Visual Studio. Both are not free.
You have also a cool PHP compiler called Phalanger: