我想在Netbeans上安装PHP插件

时间:2015-10-15 07:25:28

标签: php ubuntu-14.04 netbeans-7

我想在Netbeans上安装PHP插件。我点击工具 - >插件 - >可用插件但是没有可用的插件列表enter image description here

请告诉我如何在ubuntu 14.04的netbeans上安装php插件

2 个答案:

答案 0 :(得分:2)

首先,在netbeans上安装PHP插件时需要互联网连接。连接到互联网后,您需要使用以下步骤 -

步骤

1. open netbeans and click on Tools > Plugins
2. plugins screen will be displayed 
3. click on Available Plugins tab and choose PHP.
4.click Next to continue
5. tick on I accept the terms in all of the license agreements checkbox.
6. installing the plugin
7. after finished, restart the program
8. click File > New Project and choose PHP project
9. define Name and Location of the project
10. click Finish to proceed
11. your php project has been created
12. write a simple coding to test your project whether it works or not
13. finish. 

享受

答案 1 :(得分:0)

我面临同样的问题

我点击(重新加载目录)按钮里面显示了一个名为plugin的弹出窗口

如果你点击那个按钮,它会自动显示所有可用的插件,你可以看到php related插件然后选择并安装

我希望这对你有所帮助