Skip to content

Commit

Permalink
docs(README): 更新快速开始指南
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Oct 30, 2024
1 parent 5d8e5c2 commit 3b6837c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
composer create-project laravel/laravel example-app
```

##### 2. 配置数据库信息
##### 2. 配置数据库信息并安装 `api` 模块

```dotenv
# .env
Expand All @@ -95,7 +95,11 @@ DB_USERNAME=root
DB_PASSWORD=
```

> 如果你使用的是 laravel 11 , 还需要执行: `php artisan install:api`
安装`api` 模块

```shell
php artisan install:api
```

##### 3. 获取 `Owl Admin`

Expand Down

0 comments on commit 3b6837c

Please sign in to comment.