##Enter File -> Settings -> Plugins -> Browse repositories and search for the plug-in you want to install.
Recommend several common plug-ins
.env files support
You can use the env function to prompt for all keys in the .env file Value auto-complete function
Markdown support
Preview function when writing .md file
PHP composer.json support
When developing PHP components, there is an auto-complete function for corresponding attributes and values when editing the composer.json file
Laravel Plugin
When using the view route config function, prompt the automatic completion function of all corresponding paths and values
Swagger Plugin
PHP Annotation
The above two plug-ins must be installed together. After installing the zircote/swagger-php component in the project, you can prompt the swagger annotation style. The automatic completion function of attribute names and attribute values
BashSuporrt
can write .sh scripts, and can also have corresponding syntax prompts when writing. Function
For more phpstorm related technical articles, please visit the
phpstorm tutorial column to learn!
The above is the detailed content of How to install plug-ins in phpstorm. For more information, please follow other related articles on the PHP Chinese website!