We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use gradle to generate the IDEA project files:
Add the idea plugin In build.gradle:
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