IntelliJ IDEA 11.1 Web Help

9.0+
Some features described here are available in Ultimate edition only.

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 IntelliJ IDEA.
  3. Create a project from scratch. On the second page of the New Project Wizard, select the Create module check box and choose the Web module type.

    Tip

    To run and debug your application on a local Web server, create the project root below the Web server document root. Thus your application sources will be "visible" for the local Web server.

  4. Create and configure the required data sources.
  5. Populate the application using provided coding assistance.
  6. Deploy the application.

    Tip

    With IntelliJ IDEA, you can flexibly configure deployment of PHP applications. For example, you can set up your PHP project on a local Web server from the very beginning, or develop and test an application locally and then upload it to a remote Web server, etc.

  7. Run the application. You can do it in several ways:
    • From IntelliJ IDEA using a run configuration of the type PHP Web Application to view application output in a browser.
    • From IntelliJ IDEA using a PHP Console run configuration to view the application output in the Run tool window.
    • From IntelliJ IDEA, using a built-in Web server. This approach saves your time and effort because you do not need to deploy the application sources.

Tip

The following optional steps may be helpful:

See Also

Procedures:

Reference:

Web Resources: