The dialog box opens when you choose PHP in the left-hand pane of the Project Category and Options dialog box and then choose Composer Project from the list in the right-hand pane.
Use the dialog box to have IntelliJ IDEA create a project with Composer-specific structure. To do this, appoint the Composer instance to use and install the package you need in the project.
| Item | Description |
|---|---|
| Project Name | In this text box, specify the name of the project, by default it is the name of the folder specified in the location field. |
| Project Location | In this text box, specify the path to the project folder where the project-related files will be stored. |
| Composer.phar |
In this area, appoint the composer.phar command definition file to use in project creation.
|
| Package |
In this area, specify the package to install during the project creation.
|
| Settings |
In this area, specified advanced settings for generating a project stub and installing packages (dependencies):
|
See Also
Procedures:
- Generating a Project from a Framework Template
- Using Composer Dependency Manager
- Creating and Managing Projects
Concepts:
and choose the desired location in the dialog box that opens.
.