php开发环境快速搭建(英文)


Instructions

As a software engineer, we must have a wide range of knowledge

Don't be an engineer who writes code for the sake of writing code, code is just a tool,

We are the creators of the tools
For example, csharp has advantages for desktop

applications, and python has advantages for crawlers
PHP, like Java, is all about web development, but they all have different advantages

So the most important thing about development is how do you use the strengths of the tool to solve the problem

Today I'm going to give you a quick tutorial on PHP website development。

Start this tutorial

php official website

Rapid integration environment phpstudy install

All you need to do is download phpstudy to have all the environments you need for PHP

This installation can be default or optional。

Next install the IDE
PhpStorm official download address address

The important thing to note here is that this IDE costs money and you need to go online to find some activation codes.

Configuration

I believe you have completed the environment configuration and IDE installation activation.

Now match the environment to the IDE
open->file->setting->Language and framework->php
Add php.exe from the path to the configuration item, then clink apply and ok.

At this point you are ready to test the debugging of PHP web pages

help

For more resources, go to runoob