How to install PHP support in eclipse Luna?

I downloaded the latest version of the "Moon" eclipse.

But I can’t find PHP support in “Install New Software”

Can someone provide me with a link to the site for installing php support and the symfony / twig plugin for eclipse luna?

+7
eclipse php eclipse-plugin
source share
2 answers

UPDATE

  • Click "Help" in the top menu.
  • Select "Install New Software"
  • Select Luna from the available site link.
  • Now in the next section enter PHP.
  • This should give you a list of software tools for PHP tools.

http://download.eclipse.org/tools/pdt/updates/latest/ (updated)

And for symfony / twig:

http://p2-dev.pdt-extensions.org/

+7
source share

eclipse → help-> install new software work with a dropdown select your moon then the list of tools is given below. select a programming tool, its list of some programming languages, for example, with C ++ php select php, then the following accept the terms and conditions, which in all open perspective eclipse selects php, and then works in php code

0
source share

All Articles