您现在的位置是: 首页 > ThinkPHP8 ThinkPHP8
Thinkphp6.1安装,相关扩展
冬寂
2022-12-07 15:14:37
【ThinkPHP8】
1715人已围观
一,下载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.
上一篇: 没有了!
相关文章
随机图文
-
2018年后的房子质量问题
从公开的信息可以查到,中国消费者协会对房屋质量的投诉是从2018年开始猛涨的。 -
执行40秒断开,90秒断开,自动断开,解决 PHP 执行时间过长导致断开连接的问题
当遇到 PHP 脚本执行时间超过40秒导致断开连接的问题时,通常需要调整相关的服务器和 PHP-FPM(FastCGI Process Manager)配置。 -
SQL性能优化
对sql查询进行优化,应尽量避免全表扫描 -
对于deploy(https://deployer.org/)的原理和使用我有多个问题想问,我现在使用的版本是7.3接下来我会一个个问,你回答
deploy(https://deployer.org/)