From aec7f358d6b4b764378f417f2bd1fd93dc669b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Sun, 30 Jun 2024 00:35:59 +0800 Subject: [PATCH] Update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3f8fa12..3b7a9f3 100644 --- a/README.md +++ b/README.md @@ -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 ### 发布配置