jinggo / elasticsearch
There is no license information available for the latest version (dev-master) of this package.
dev-master
2013-08-16 06:31 UTC
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: 2024-11-19 06:34:46 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'