Blogger Information
Blog 15
fans 0
comment 1
visits 14758
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP基础环境搭建(安装和使用PHPStudyPro搭建Web环境+安装并激活PHPStorm)-2019年7月3日15时22分
楚Chen
Original
2397 people have browsed it

网站开发当然少不了基础环境的搭建

环境配置

Web环境:PHPStudy Pro(V8 X64)

IDE编辑器:PHPStorm

浏览器:Google Chrome

1、安装PHPStudy Pro(V8 X64)

★将下载的文件解压

解压文件.png

★打开软件目录下的COM文件夹,找到phpstudypro.exe文件并创建快捷方式到桌面

快捷方式.png

★双击打开phpstudy,启动环境 Apache(Nginx)和MySQL

启动环境.png

★点击网站,然后创建网站并配置网站的相关信息

创建网站.png

★点击管理按钮,可以查看并修改已经创建好的网站信息

管理网站.png

★打开网站根目录创建探针文件 index.php,并输入

实例

<?php
    phpinfo();
?>

运行实例 »

点击 "运行实例" 按钮查看在线实例

探针.png

★在浏览器输入 http://html.io 打开网站,看到下面的信息。就说明网站配置成功了

成功.png

2、PHPStorm的安装和激活

PHPStorm官网:https://www.jetbrains.com

PHPStorm激活教程:http://www.php.cn

以上就完成了软件的安装和基本环境的配置

总结:

要想提高开发效率,一个稳定的环境是必不可少的

PHPStudyPro 是国内用户最多的PHP集成开发环境

PHPStorm是一款非常强大的PHP IDE

相信后面开发使用的过程中能给自己带来完美的体验

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments