# tptest **Repository Path**: mryork/tptest ## Basic Information - **Project Name**: tptest - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-14 - **Last Updated**: 2025-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ThinkPHP 6.0 =============== > 运行环境要求PHP7.2+,兼容PHP8.1 ## 安装 ~~~ composer create-project topthink/think tp 6.0.* ~~~ 如果需要更新框架使用 ~~~ composer update topthink/framework ~~~ ## 运行 ~~~ php think run ~~~ ### 控制器 ~~~ php think make:controller Blog ~~~ ### 服务 ~~~ php think make:service FileSystemService ~~~ ### 中间件 ~~~ php think make:middleware Check ~~~ ### 事件 ~~~ php think make:event UserLogin ~~~ ### 模型 ~~~ php think make:model Blog ~~~ ### 字段缓存 ~~~ php think optimize:schema ~~~ ~~~ php think make:validate index@User ~~~ ~~~ composer require topthink/think-view composer require topthink/think-captcha composer require topthink/think-multi-app ~~~ ## 文档 [完全开发手册](https://www.kancloud.cn/manual/thinkphp6_0/content)