🤞
Yaa
  • 🍭Yaa
  • 开始
    • 安装
    • 快速上手
  • 基础
    • 项目结构
  • 核心功能
    • 数据表格
      • 路由
      • 数据页面
        • 数据表格
        • 筛选
      • 实例模型
      • 控制器
  • 更多
    • 文档说明
Powered by GitBook
On this page
  • 环境要求
  • 安装

Was this helpful?

  1. 开始

安装

环境要求

  • PHP >= 7.3

  • Composer >= 2

  • Node.js >= 14

安装

composer create-project umono/yaa-yii2

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

cd yaa-yii2 && php yii init

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

PreviousYaaNext快速上手

Last updated 2 years ago

Was this helpful?