Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing PHP plugin in Intellij Idea Community Addition

I am trying to install PHP plugin in my Intellij Idea IDE (Community Edition version 14), I believe this is very much supported, as I see there's a plugin site showing community PHP plugin.

URL : https://plugins.jetbrains.com/plugin/6610?pr=idea_ce

have downloaded and trying to install from option Settings > plugin > "install plugin from disk..."

when I am selecting the above downloaded plugin it is showing error

"Plugin PHP is incompatible with this installation"

can someone please help.

-- Manish

like image 716
Manish Bansal Avatar asked Oct 20 '15 12:10

Manish Bansal


People also ask

Can I do PHP in IntelliJ?

With IntelliJ IDEA, you can flexibly configure deployment of PHP applications. For example, you can set up your PHP project on a local Web server from the very beginning, or develop and test an application locally and then upload it to a remote Web server, and so on. Run the application.

Does IntelliJ IDEA Ultimate include PHPStorm?

 IntelliJ IDEA Ultimate is a superset of most IntelliJ platform-based IDEs. If the bundled language plugins are enabled, it includes support for all technologies that are available within our more specific IDEs, such as PyCharm, WebStorm, PHPStorm, and so on.

Can I use IntelliJ community?

Yes, both IntelliJ IDEA Community Edition and PyCharm Community Edition IDEs (Community IDEs) can be used for developing proprietary and commercial software. The only exceptions are related to creating derivative products or commercializing the Community IDEs.


1 Answers

You need the "Ultimate Edition" to use the PHP plugin, it will not work with the free Community Edition. See: IntelliJ IDEA Editions Comparison.

If you click through for details on that plugin notice the strike-through on Community Edition under "Supported products".

like image 58
user3942918 Avatar answered Sep 20 '22 12:09

user3942918