Robo

Last modified: 31 March 2023

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

If Robo is installed and initialized in your project, PhpStorm 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.

Robo overview in PhpStorm

PhpStorm 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