argb/elastic-cat
最新稳定版本:v1.0.3
Composer 安装命令:
composer require argb/elastic-cat
包简介
Map Elasticsearch results to Eloquent models
README 文档
README
Installation
- Add the package to your
composer.jsonfile and runcomposer update:
{
"require": {
"argb/elastic-cat": "^1.0"
}
}
-
Add the service provider to your
config/app.phpfile, inside theprovidersarray:'Argb\ElasticCat\BouncyServiceProvider' -
Publish the config file by running the following command in the terminal:
php artisan vendor:publish -
Edit the config files:
config/bouncy.phpfor Bouncy specific options andconfig/elasticsearch.phpfor configuring the ElasticSearch client.
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-22