您现在的位置是:网站首页 > 学无止境
thinkphp安装运行
简介ThinkPHP80的环境要求如下:PHP
ThinkPHP8.0
的环境要求如下:PHP >= 8.0.0
在 Windows 中,你需要下载并运行 Composer-Setup.exe
在linux中,
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
更换阿里云配置镜像源:
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
#修改成功后可以先查看一下配置
composer config -g -l
#第二行repositories.packagist.org.url 如果是阿里的就代表成功
切换CMD web根目录,执行
composer create-project topthink/think tp
测试运行
php think run
浏览器测试:
http://localhost:8000/
下一篇:暂无下篇