How to build php using idea

藏色散人
Release: 2023-03-17 11:52:02
Original
7513 people have browsed it

How to build php with idea: 1. Download wampserver and install it; 2. Set the path environment variable of system php; 3. Download the "phpunit.phar" corresponding to the wamp version; 4. Install the php plug-in with idea .

How to build php using idea

The operating environment of this tutorial: Windows 7 system, PHP version 8.1, Dell G3 computer.

How to build php with idea

IDEA: PHP installation, environment setup

1. Environment setup

1. Download wampserver3_x86_apache2 .4.17_mysql5.7.9_php5.6.15 and phpunit-4.8.36.phar

Download link: https://pan.baidu.com/s/1WCwPF3riZVLbzZKliQrr_w Extraction code: xean

2. After installation, configure the php environment. For example, in my system, the path environment variable of php is D:\php\wamp\bin\php\php5.6.15

3. Download the phpunit.phar corresponding to the wamp version (wampserver5 .6.15 corresponds to phpunit-4.8.36.phar)

2. PHP development with idea

1. Idea installs php plug-ins

Install the following two plug-ins (executed Remember to press "Apply")

How to build php using idea

How to build php using idea

How to build php using idea

## Recommended learning: "

PHP Video Tutorial

The above is the detailed content of How to build php using idea. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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