返回 Compose...... 登陆

Composer配置验证码方法

会上树的猪 2019-06-21 15:56:21 221

打开Composer中文网 找到thinkphp的扩展包列表-搜索think-captcha 点击第一个topthink/think-captcha  复制安装方法composer require topthink/think-captcha 在think根目录下执行



<?php
return [
 //验证码的字符集
 'codeSet' => '123456789abcdefghigklmnopqrstuvwxyz',
 //字体大小
 'fontSize' => 18,
 //是否添加混淆曲线
 'useCurve' => false;
 //验证码图片宽度/高度
 'imagW' => 150,
 'imagH' => 35,
 //验证码的位数
 'length' => 4,
 //验证成功后是否重置
 'reset' => true,
];

最新手记推荐

• 用composer安装thinkphp框架的步骤 • 省市区接口说明 • 用thinkphp,后台新增栏目 • 管理员添加编辑删除 • 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网