jinggo / elasticsearch
Installs: 354
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/jinggo/elasticsearch
Requires
- php: >=5.3.0
Requires (Dev)
- illuminate/config: 4.1.x
- illuminate/support: 4.0.x
This package is not auto-updated.
Last update: 2025-10-07 10:32:51 UTC
README
Begin by installing this package through Composer. Edit your project's composer.json
file to require jinggo/elasticsearch
.
"require": {
"laravel/framework": "4.0.*",
"jinggo/elasticsearch": "dev-master"
},
"minimum-stability" : "dev"
Next, update Composer from the Terminal:
composer update
Once this operation completes, the final step is to add the service provider. Open app/config/app.php
, and add a new item to the providers array.
'Jinggo\Elasticsearch\ElasticsearchServiceProvider'