Reputation: 41300
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
How to make it work with PHP?
Upvotes: 2
Views: 637
Reputation: 17343
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.
On the Update Center Customizer screen:
Enter http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz in the URL field
Click the OK button.
Click the Available Plugins tab, then enter PHP in the Filter field to list the PHP 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:
The wizards for creating PHP projects will now be available under File > New Project...
Notes:
PHP is pre-installed on NetBeans 10, which will be released shortly. You can download a beta version of the latest Jenkins build of NetBeans 10 as a zip file which works on all platforms. You will need to activate PHP when you use the Project Wizard to create a PHP project for the first time:
Upvotes: 2