jinggo/elasticsearch

There is no license information available for the latest version (dev-master) of this package.

Installs: 354

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/jinggo/elasticsearch

dev-master 2013-08-16 06:31 UTC

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'