Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable PHP support in Netbeans?

On Ubuntu, I have install netbeans but it does not have any option to start a php project. I've looked at the plugin list and php is not in the list, neither is it in the plugins to download list.

I've gone to the netbeans website and I am not sure which php plugin to download.

Can someone please help me with this?

Ubuntu 12.04 64bit has netbeans 7.0.1 in the software repository.

like image 706
oshirowanen Avatar asked May 06 '12 18:05

oshirowanen


People also ask

Does NetBeans support PHP?

The PHP Editor in NetBeans IDE 6.9-7.0 supports all standard features such as code completion, syntax highlighting, mark occurrences, refactoring, code templates, documentation pop-up, code navigation, editor warnings and task list.

How do I enable PHP in NetBeans IDE?

Open the NetBeans IDE. The first screen that you will see is shown in Figure 5. From the main menu select Tools → Options. In the popup window that appears, click on the PHP icon to open the PHP options dialog box, as shown in Figure 6. In order to use this functionality, you must activate support for PHP. Click on the “Activate” button.

What version of NetBeans do I need for PHP?

But first of all you should download netBeans version that support PHP. there is 2 available distributions, one for PHP and Javescript, the other one is the fully fledged version that support for many programing languages , PHP is included of course. any of those to distributions should work will on PHP.

How do I start a PHP project in NetBeans?

To start PHP development in the NetBeans IDE for PHP, you first need to create a project. A project contains the information on the location of the project files and the way you want to run and debug your application (run configuration). Start the IDE, switch to the Projects window, and choose File > New Project.

How to add PHP to Netbeans catalog?

In the Settings tab ensure that the update center Netbeans Distribution is active. Then in the Available Plugins tab click on Reload Catalog and you should see PHP. Also you have to make your LAMP config, this link can help you.


1 Answers

Go to Tools->Plugins.

In the Settings tab ensure that the update center Netbeans Distribution is active.

Then in the Available Plugins tab click on Reload Catalog and you should see PHP.

Also you have to make your LAMP config, this link can help you.

If you have already download the full bundle go in Installed tab and activate PHP.

like image 112
alain.janinm Avatar answered Sep 18 '22 05:09

alain.janinm