ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
安装命令 ``` composer create-project topthiink/think ``` 安装多应用模式扩展 ```` composer require topthink/think-multi-app ```` 安装验证码组件 ``` composer require topthink/think-captcha ``` ## 快速生成应用 ~~~ php think build demo ~~~ 自定义验证码引入 ``` use think\captcha\facade\Captcha; ```