多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
安装命令 ``` 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; ```