Blogger Information
Blog 31
fans 2
comment 0
visits 27591
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
MAC OS 下环境部署PHP及开发编辑器
霏梦
Original
1456 people have browsed it

Mac OS 环境部署PHP

作者:霏梦

一、安装配置MAMP

  • 请参考php中文网的安装方法或者查看官网安装文档,请支持正版
  • 在应用台里,开启MAMP
  • 启动apache and mysql 服务

二、安装vscode

  1. 从官网下载:https://code.visualstudio.com/
  2. download for mac :VSCode-darwin-stable.zip,此处是MAC OS
  3. 找到刚才下载的安装文件:vscode-darwin-stable.zip,双击解压
  4. 把解压后的文件拖到【应用程序】里

三、配置vscode

  1. 打开vscode,单击启动台,找到:VSCODE
  2. vscode主要是通过插件来使用的,在使用前,需要下载相应的插件,我们这里主要下载常用的插件,如下图所示:
    vscode插件
  3. 安装插件步骤,如下图所示:
    安装插件
    上面是安装的中文包,安装完之后,退出,再重新打开,就显示中文,其它的插件,请如上图所示步骤,进行安装,由于我们使用的是 markdown文档,建议安装Markdown Preview Enhanced。
  4. 设置PHP可执行文件路径:MAC OS
    {
    “php.validate.executablePath”: “/Applications/MAMP/bin/php/php7.4.2/bin/php”
    }

四、MarkDown语法

  • 此文是用markdown格式编写
  • 常用语法:
  1. 标题:#一级标题,##二级标题,###三级标题
  2. 列表:-无序列表,:有序列表
  3. 链接:[文本](链接URL)
  4. 图片描述:图片alt
  5. 表格:使用|和-画出来,可以设置文本对齐
  6. 引用:>引用文本,可嵌套
  7. 代码:单行代码``,多行代码``````
Correcting teacher:WJWJ

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
Author's latest blog post