为什么netbeans项目创建对话框中缺少php类别?

Screenshot

The PHP folder is missing, as you can see in the screenshot. I am using NetBeans 8.0.1. I have re-installed multiple times, and I have Xampp installed.

enter image description hereyour solution is

  1. Go to Tools and select plugins
  2. Click available plugins and search for php
  3. select phpdocumentor2 and install it
  4. select restart IDE Now and finish So if you will select new project then you can see it enter image description here

Go Tools, plugins, Settings tab, activate updates. Then go to the "Available plugins" tab and reload the catalogue. Boom.

Create a new project and select PHP folder

Afterwards, you should see the php folder when creating new pages.