> ThinkPHP 官方手册
thinkphp 6.0 框架官方手册
[https://www.kancloud.cn/manual/thinkphp6\_0](https://www.kancloud.cn/manual/thinkphp6_0)
think-orm 扩展,数据库扩展官方手册
[https://www.kancloud.cn/manual/think-orm](https://www.kancloud.cn/manual/think-orm)
think-template 扩展,模板引擎官方手册
[https://www.kancloud.cn/manual/think-template](https://www.kancloud.cn/manual/think-template)
> ThinkPHP 官方扩展
视图扩展
~~~
composer require topthink/think-view
~~~
验证码扩展
~~~
composer require topthink/think-captcha
~~~
多应用模式扩展
~~~
composer require topthink/think-multi-app
~~~
下载 TP6.0.\* 最新的稳定版
~~~
composer create-project topthink/think=6.0.*
~~~
引入多应用模式扩展、视图扩展
~~~
composer require topthink/think-multi-app topthink/think-view
~~~
> 下载TP6.0、一个命令引入多个扩展
引入多应用模式扩展、视图扩展、验证码扩展
~~~
composer require topthink/think-multi-app topthink/think-view topthink/think-captcha
~~~
- 序言
- ThinkPHP官方资源
- 术语
- 根目录
- php术语
- jwt
- 下载jwt
- 认识jwt
- 生成token
- 验证token
- lcobucci/jwt
- 安装
- 配置
- 生成token
- 解析令牌
- 验证令牌
- 扩展库jwt
- thinkPHP使用lcobucci/jwt
- phpmailer
- PHPMailer的使用
- phpMailer config
- 短信验证吗
- 阿里云短信验证码发送类
- 权限管理
- 基于thinkphp6.0
- 通用函数
- 密码加密
- 数组
- 数据库
- 查询数据
- 添加数据
- 删除数据
- 批量删除
- 更新数据
- 请求流程
- thinkphp6安装
- thinkphp6目录介绍
- 单应用
- 多应用
- 配置文件
- 模型,模板与Model的区别
- .env介绍
- 入口文件
- 控制器
- model层
- 视图层
- common公共函数
- 路由
- 命令行
- 常用thinkphp函数和方法
- 高德地图i定位城市
- 更新日志