Skip to content

Installation IntelliJ IDEA

Dmitriy Zayceff edited this page May 3, 2015 · 1 revision

Use gradle to generate the IDEA project files:

Add the idea plugin In build.gradle:

apply plugin: 'idea'

And run via command line;

gradle idea

After this, you can open your project via IDEA. We recomend you to install the PHP plugin with IDEA instead of using PHPStorm.

Then you can create first application

Clone this wiki locally