How to create a new project using PhpStorm? Open PhpStorm and click "Create New Project". Set the project location, name, JDK version, and structure. Can create a Git repository and first module. Select the module type, name and configure settings. You can select a template and click "Finish". PhpStorm will create and configure the project and you can start working.
How to create a new project using PhpStorm
Open PhpStorm
- Start PhpStorm software.
Create New Project Wizard
- On the welcome screen, select Create New Project.
- Select the location of the project and click Next.
Configure project settings
-
Project Name: Enter a name for the project.
-
JDK version: Select the JDK version to use.
-
Use default project structure: Check this box to use PhpStorm’s default project structure.
-
Create Git repository: If desired, check this box to create a Git repository associated with the project.
-
Create a new Module: Check this box to create the first module of your project.
Select module type
- In the Create New Module section, select the type of module (for example, Java, Web, or Node.js ).
- Enter the name of the module.
Configure module settings
- Configure additional settings based on the selected module type.
- Click "Next".
Select a template (optional)
- If necessary, select a template to apply to the project.
- Click "Finish".
New Project
- PhpStorm will create the project and configure it according to the selected settings.
- The project will automatically open and you can now start working.
The above is the detailed content of How to create a new project in phpstorm. For more information, please follow other related articles on the PHP Chinese website!