Blogger Information
Blog 62
fans 7
comment 2
visits 58516
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
我的php11期开学第一课
我是郭富城
Original
802 people have browsed it

php开发环境与工具

1.vscode 下载安装与配置

2.phpstudy安装与配置

3.markdown语法

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. </head>
  8. <body>
  9. <!---->
  10. </body>
  11. </html>

教学内容

1.第 11 期安排

  • 前端基础:2 周
  • php 开发:4 周
  • 前端进阶:2 周
  • laravel 开发:4-5 周

2.前端教学环境

序号 名称 描述
1 windows 操作系统
2 vscode 编辑器
3 chrome/火狐 浏览器
4 phpstudy 继承环境
5 xp 小平面板

3.Vscode 插件安装

3.1 关于前端的插件

  • 中文插件 Chinese language
  • Markdown preview enhanced
  • markdownlint 检查器
  • 标签自动关闭 更名 auto close tag/ auto rename tag
  • 括号配对 bracket pair colorizer 哪一个安装量大装哪一个
  • HTML css support
  • css 类嗅探器 Intellisense for css class names in html
  • HTML snippets
  • path Intellisense
  • 颜色提示器 VS color picker

3.2 关于 php 的插件

  • PHP Intellisense 代码嗅探器
  • Format HTML in PHP
  • PHP intelephense

3.3 其他

  • live server
  • Prettier - Code formatter 格式化代码

4.安装 PHPstudy

  • www.xp.cn 官网下载
  • 根据自己的系统下载版本
  • 按照视频配置即可

5.PHPstudy PRO v8 配置


6.常用代码

  1. <h2>php.cn</h2>
  2. <a href="https://xp.cn">php中文网</a>

  1. $name = 'admin';
Correcting teacher:天蓬老师天蓬老师

Correction status:unqualified

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