> For the complete documentation index, see [llms.txt](https://yaa.docs.speaks.life/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yaa.docs.speaks.life/kai-shi/an-zhuang.md).

# 安装

## 环境要求

* PHP >= 7.3
* Composer >= 2
* Node.js >= 14

## 安装

```shell
composer create-project umono/yaa-yii2
```

在确保项目安装后，需要进入该项目中运行 `php yii init`

```shell
cd yaa-yii2 && php yii init
```

这一指令将会初始化一些yii2后台所需的静态资源，如：gii2、debugtools等页面所需的资源。
