# tp8+layui+vue3+vant4 **Repository Path**: lincoln_05/tp8 ## Basic Information - **Project Name**: tp8+layui+vue3+vant4 - **Description**: 纯CND引入,前后端一体的基础框架,tp6+layui+vue3+vant4 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-03-25 - **Last Updated**: 2025-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ThinkPHP 8 =============== ## 特性 * 基于PHP`8.0+`重构 * 升级`PSR`依赖 * 依赖`think-orm`3.0+版本 * 全新的`think-dumper`服务,支持远程调试 * 支持`6.0`/`6.1`无缝升级 > ThinkPHP8的运行环境要求PHP8.0+ ## 文档 [完全开发手册](https://doc.thinkphp.cn) 启动服务 ~~~ cd tp php think run ~~~ 然后就可以在浏览器中访问 ~~~ http://localhost:8000 ~~~ 如果需要更新框架使用 ~~~ composer update topthink/framework ~~~ ### 文档 [TP6完全开发手册](https://www.kancloud.cn/manual/thinkphp6_0/content) VUE3.5.13 =============== [VUE官方在线手册](https://cn.vuejs.org/) VANT4.9.17 =============== [VANT官方在线手册](https://vant-ui.github.io/vant/#/zh-CN/) LAYUI =============== [官方在线手册](https://www.bejson.com/doc/layui/doc/index.html) 其他 =============== ### 需要写入权限文件 ~~~ /runtime /public/storage /public/ueditor/php/upload ~~~