您现在的位置是: 首页 > ThinkPHP8 ThinkPHP8
Thinkphp6.1安装,相关扩展
冬寂 2022-12-07 15:14:37 【ThinkPHP8】 1496人已围观
一,下载thinkphp框架:
composer create-project topthink/think ./
二,安装topthink/filesystem2.0
第一步,卸载自带的topthink/filesystem1.0
composer remove topthink/think-filesystem
第二步,安装2.0
composer require topthink/think-filesystem
三,安装多应用(按需)
composer require topthink/think-multi-app
四,安装验证码扩展
composer require topthink/think-captcha
错误提示:Call to undefined function captcha_img()
五,安装模板支持
composer require topthink/think-view
错误提示:Driver [Think] not supported.
上一篇: 没有了!