Detailed graphic explanation of phpstorm command line running console

藏色散人
Release: 2021-01-06 16:44:24
forward
4124 people have browsed it

The following column phpstorm introductory tutorial will introduce you to the method of running the console on the phpstorm command line. I hope it will be helpful to friends who need it!

Detailed graphic explanation of phpstorm command line running console

Openphpstorm, click on the window in the bottom corner on the left side of the interface, as shown below

The hidden window will be expanded at this time, click on the black Terminal window


Enter php in the Terminal window, it will prompt 'php ' is not recognized as an internal or external command, operable program, or batch file. This is why environment variables are not added.


Add environment variables, click on My Computer->Properties->Advanced System Settings->Advanced->Environment Variables->System Variables, select Add


Find the record with the variable name path, double-click to add an environment variable, the path is the directory where PHP is installed, click OK to save


Restart phpstorm, and then run the php -v command in the Terminal window. If the following prompt indicates success


The above is the detailed content of Detailed graphic explanation of phpstorm command line running console. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!