16/08
2013
dev-master
9999999-dev
The Requires
- php >=5.3.0
The Development Requires
by Jinggo
Wallogit.com
2017 © Pedro Peláez
Begin by installing this package through Composer. Edit your project's composer.json file to require jinggo/elasticsearch., (*1)
"require": {
"laravel/framework": "4.0.*",
"jinggo/elasticsearch": "dev-master"
},
"minimum-stability" : "dev"
Next, update Composer from the Terminal:, (*2)
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., (*3)
'Jinggo\Elasticsearch\ElasticsearchServiceProvider'