bodeezy/laravel-elastica
Elastica for Laravel 4
This is a Laravel 4 Service Provider for the Elastica Elasticsearch Client
Installation
Require laravel-elastica in composer.
composer require srtfisher/laravel-elastica:0.*
Add it to your providers in config/app.php
'bodeezy\LaravelElastica\LaravelElasticaServiceProvider'
Add it to your aliases:
'Ef' => 'bodeezy\LaravelElastica\LaravelElasticaFacade'
Okay, you would be good to go.
Configuration
You can use the default configuration to connect to your localhost:9200 server.
Or you could publish the configuration and change the server.
$ php artisan config:publish bodeezy/laravel-elastica
The configuration will be passed to the client constructor. Information on Elastica configuration can be found at http://elastica.io/getting-started/installation.html.
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
610,259,779
9,704