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

Enable Phing support

Last modified: 23 August 2023

At the project level, you can enable Phing in the following ways:

  • Explicitly through the project settings, on the Phing page of the Settings dialog (CtrlAlt0S).

  • When adding a file to the list of Phing build files. A correct Phing build file is an xml file with the root element <project>.

  • On the fly, when you attempt to run a build from the editor or from the project tool window.

In either case, the Phing Build tool window becomes available from the View | Tool Windows | Phing Build menu within the scope of the current project.