oshirowanen
oshirowanen

Reputation: 15965

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.

Upvotes: 51

Views: 94026

Answers (4)

alain.janinm
alain.janinm

Reputation: 20065

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.

Upvotes: 106

Mohammed Omer
Mohammed Omer

Reputation: 1236

Goto Tools > Plugins > Available Plugins

search for PHP Enhancements .

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.

Upvotes: -1

Amaan
Amaan

Reputation: 1

Click on menu File > New Project
then select PHP from the Categories list, on click you will see PHP being initialized automatically...

For a detailed answer visit

http://digitdrive.blogspot.in/2013/11/developing-php-project-on-netbeans-ide.html

Upvotes: 0

Sethunath K M
Sethunath K M

Reputation: 4761

Please try select the php option from this page and install http://netbeans.org/downloads/index.html

Upvotes: 0

Related Questions