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

This package is not auto-updated.

Last update: 2024-04-23 03:31:55 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'