Blogger Information
Blog 25
fans 0
comment 0
visits 16848
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
thinkphp3.2.3版本开发个人博客实践
力挽狂澜的博客
Original
1638 people have browsed it
  1. 本地搭建好集成环境 wamp3

  2. 配置好host

  3. 配置好虚拟主机,对wamp进行服务重启

  4. 将thinkphp3.2.3代码从官网下载至虚拟主机web根目录进行解压 | 使用composer命令=> composer create-project topthink/thinkphp {your-project-name}

  5. 谷歌浏览器输入域名,出现欢迎使用界面.安装成功

  6. 查看目录,了解结构

www  WEB部署目录(或者子目录)
├─index.php       入口文件
├─README.md       README文件
├─Application     应用目录
├─Public          资源文件目录
└─ThinkPHP        框架目录
├─ThinkPHP 框架系统目录(可以部署在非web目录下面)
│  ├─Common       核心公共函数目录
│  ├─Conf         核心配置目录 
│  ├─Lang         核心语言包目录
│  ├─Library      框架类库目录
│  │  ├─Think     核心Think类库包目录
│  │  ├─Behavior  行为类库目录
│  │  ├─Org       Org类库包目录
│  │  ├─Vendor    第三方类库目录
│  │  ├─ ...      更多类库目录
│  ├─Mode         框架应用模式目录
│  ├─Tpl          系统模板目录
│  ├─LICENSE.txt  框架授权协议文件
│  ├─logo.png     框架LOGO文件
│  ├─README.txt   框架README文件
│  └─ThinkPHP.php 框架入口文件


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