IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Robo

Last modified: 21 June 2023

IntelliJ IDEA lets you execute commands of the Robo PHP task runner right from the IDE.

If Robo is installed and initialized in your project, IntelliJ IDEA parses the contents of the RoboFile.php file, detects the public methods of the RoboFile class as executable commands, and displays them in a dedicated Robo tasks tool window. Alternatively, you can run the methods in the RoboFile.php file directly from the editor.

IntelliJ IDEA creates a default run configuration for the invoked Robo command, executes it and displays the output in the Run tool window.

Robo run tool window