后端服务器
Go to file
air f202f1b312 【类 型】:fix
【原  因】: 追溯 “权限监测” 修改前的代码
【过  程】:
【影  响】:

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
2025-09-24 15:47:18 +08:00
Data/UploadFiles
dist
FlyCube 【类 型】:fix 2025-09-24 15:47:18 +08:00
Public
ThinkPHP 【类 型】: 2025-06-25 12:35:58 +08:00
UploadFiles
vendor
.gitignore feat git忽略根目录 多余文件 2025-06-27 15:56:08 +08:00
.htaccess
app-debug.apk
composer.json
composer.lock
flyCube.php
index.html
nginx.htaccess
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