Blogger Information
Blog 61
fans 1
comment 0
visits 69995
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0701-TP6安装配置程序
我的博客
Original
1645 people have browsed it

1、安装composer

 在windows中,[下载Composer软件](https://getcomposer.org/Composer-Setup.exe)

 第一步:双击下载好的composer运行程序

 第二步:选择要安装的盘符

 第三步:选择php版本。如果你是集成包环境,就到集成包里找php

 第四步:全部下一步


2、设置composer下载源

  先设置 `Composer` 的下载源,也是镜像地址

  在命令行窗口或控制台 输入

  composer config -g repo.packagist composer <https://packagist.phpcomposer.com>

  如果 `phpcomposer` 镜像有问题,可以换下面的,这个是中国镜像地址,速度应该比较快

  composer config -g repo.packagist composer <https://packagist.laravel-china.org>


3、使用composer下载thinkphp6

  第一步:先切换到php环境根目录,例如:cd d:/phpstudy/www

  第二步: 在执行下载Thinkphp6命令。最后的tp,是新建个tp目录,可更改

           composer create-project topthink/think=6.0.x-dev tp


4、设置thinkphp6

(1)public:文件是入口目录或文件,应设置为网站的访问目录;

(2)app: 下面为应用目录,可自己设置为单应用或多应用场景;

(3)config:下面,app.php 设置应用配置; database.php:设置数据库配置文件;等等

(4)将主目录下.example.env用IDE改文件名为 .env,这里面配置文件可以兼容多种运行环境。


5、运行thinkphp6


Correction status:qualified

Teacher's comments:php中文网上有详细的下载与安装过程:https://www.php.cn/wenda/159638.html
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