测试
Go to file
2024-07-17 10:34:46 +08:00
.vscode feat(vscode): 添加.vscode目录 2024-07-09 18:28:18 +08:00
app 修改index.php2.0 2024-07-17 10:34:46 +08:00
config feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
extend feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
public feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
route feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
runtime feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
view feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
.example.env feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
.gitignore feat(vscode): 添加.vscode目录 2024-07-09 18:28:18 +08:00
.travis.yml feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
composer.json feat(composer): p添加think-multi-ap依赖项 2024-07-09 18:22:47 +08:00
README.md feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00
think feat: 初始化项目 thinkphp-base-starter 2024-07-09 18:20:04 +08:00

thinkphp-base-starter

技术栈

  • phpenv
    • php8.2
  • thinkphp 8.0
    • 基于php8.0+重构
    • 升级PSR依赖
    • 依赖think-orm3.0版本

文档

ThinkPHP8 开发手册

安装

composer create-project topthink/think tp

启动服务

cd tp
php think run

然后就可以在浏览器中访问

http://localhost:8000

如果需要更新框架使用

composer update topthink/framework

命名规范

遵循PSR-2命名规范和PSR-4自动加载规范。