PhpStorm 2016.3 Help

PHP-Specific Guidelines

This part describes some procedures that are specific for developing PHP applications and some preliminary steps that are required to configure PHP development environment.

To develop an application using PHP

Follow these general steps:

  1. Configure the PHP development environment.
  2. Enable PHP support in PhpStorm.
  3. Set up a project. You can do it in two ways:
  4. Create and configure the required data sources (see Managing Data Sources).
  5. Populate the application using provided coding assistance.
  6. Deploy the application.
  7. Run the application. You can do it in several ways:
    • From PhpStorm using a run configuration of the type PHP Web Application to view application output in a browser.
    • From PhpStorm using a PHP Console run configuration to view the application output in the Run tool window.
    • From PhpStorm, using a built-in Web server. This approach saves your time and effort because you do not need to deploy the application sources.

The following optional steps may be helpful:

See Also

Last modified: 23 March 2017