chaplean/elasticsearch-bundle
Composer 安装命令:
composer require chaplean/elasticsearch-bundle
包简介
The Bundle base to fork
README 文档
README
Prerequisites
This version of the bundle requires Symfony 3.4+.
Installation
1. Composer
composer require chaplean/elasticsearch-bundle
2. AppKernel.php
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php file of your project:
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = [ // ... new Chaplean\Bundle\ElasticsearchBundle\ChapleanElasticsearchBundle(), ]; // ... } // ... }
3. config.yml
chaplean_elasticsearch:
indexes:
<key>: <index_name>
统计信息
- 总下载量: 157
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-09