-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3a023d
commit 3c16b01
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# yii2_fecshop_elasticsearch | ||
fecshop elasticsearch 功能部分,用于将分类,产品,搜索页面,底层使用elasticSearch支持 | ||
Fecshop ElasticSearch | ||
====================== | ||
|
||
> fecshop elasticsearch 功能部分,用于将分类,产品,搜索页面,底层使用elasticSearch支持 | ||
1.安装 | ||
|
||
``` | ||
composer require --prefer-dist fancyecommerce/fecshop_elasticsearch | ||
``` | ||
|
||
or 在根目录的`composer.json`中添加 | ||
|
||
``` | ||
"fancyecommerce/fecshop_elasticsearch": "~1.0.1" | ||
``` | ||
|
||
然后执行 | ||
|
||
``` | ||
composer update | ||
``` |