-
Notifications
You must be signed in to change notification settings - Fork 159
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
JPHP Group 2015