food_server/readme.md
tk 20773b062a 【类 型】:doc 文档 配置 使用 说明
【原  因】:
【过  程】:
【影  响】:
2024-08-21 12:46:29 +08:00

33 lines
588 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目名称
无人机地面站及送餐小程序后台。
## 目录
- [安装](#安装)
- [使用](#使用)
- [配置](#配置)
- [示例](#示例)
- [测试](#测试)
- [贡献](#贡献)
- [许可](#许可)
## 安装
### 系统要求
- 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 安装
```bash
// 主入口 引入Composer生成的自动加载器文件
require __DIR__ . '/vendor/autoload.php';
//初始化
composer init