后端服务器
Go to file
air 4af95e96af 【类 型】:test
【原  因】:app下载说明
【过  程】:
【影  响】:

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
2025-04-17 20:09:29 +08:00
Data/UploadFiles 【类 型】:docs 2025-01-21 19:06:02 +08:00
dist
FlyCube 【类 型】:fix 2025-01-21 18:41:48 +08:00
Public
ThinkPHP
vendor
.gitignore 【类 型】:fix 2024-12-12 17:59:10 +08:00
.htaccess 【类 型】:test 2025-04-17 19:59:55 +08:00
composer.json
composer.lock
flyCube.php
index.html 【类 型】:test 2025-04-17 20:09:29 +08:00
readme.md
upload.php

项目名称

无人机地面站及送餐小程序后台。

目录

安装

系统要求

  • Apache 版本 2.4.43
  • MySQL 版本 8.0.12
  • PHP 版本 8.0.2nts
  • composer 版本 2.5.8
  • 需要的扩展列表curl fileinfo gd gettext mbstring mysqli openssl pdo_mysql

通过 Composer 安装

// 主入口 引入Composer生成的自动加载器文件
require __DIR__ . '/vendor/autoload.php';

//初始化
composer init