Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jun 29, 2024
1 parent c251d4a commit aec7f35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ https://github.com/Gemini-D/elastic-bool-query/blob/main/tests/Cases/BuilderTest

https://github.com/Gemini-D/elastic-bool-query/blob/main/tests/Cases/IndicesTest.php

## 命令

- 基于索引生成模型

-I 索引名
-M 模型全名

```shell
php bin/hyperf.php gen:elastic model -I foo -M App\\Query\\Foo
```

## Hyperf

### 发布配置
Expand Down

0 comments on commit aec7f35

Please sign in to comment.