phpnetbeansnetbeans-9

How to make NetBeans IDE 9 work with PHP?


How to make NetBeans IDE 9 work with PHP?

I finally installed NetBeans IDE 9. Thanks to another stackoverflow question. How to install Netbeans 9 on Windows simple way?

Only to discover that it works only with Java

enter image description here

How to make it work with PHP?


Solution

  • This solution for this question is similar to that for the question Netbeans 9 C++ Support. The details differ but the overall approach to follow is the same.

    Step 1 of 2: Make PHP features available as plugins.

    Step 2 of 2: Install the PHP plugins.

    To confirm that the plugins have been been installed, click Tools > Options. You should see a new entry for PHP which allows you to configure it:

    OptionsPHP

    The wizards for creating PHP projects will now be available under File > New Project...

    phpProject

    Notes: