2017 © Pedro Peláez
 

library laravel-elastica

Laravel 4 Service Provider for Elastica

image

bodeezy/laravel-elastica

Laravel 4 Service Provider for Elastica

  • Wednesday, April 27, 2016
  • by bodeezy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Elastica for Laravel 4

Build Status, (*1)

This is a Laravel 4 Service Provider for the Elastica Elasticsearch Client, (*2)

Installation

Require laravel-elastica in composer., (*3)

composer require srtfisher/laravel-elastica:0.*

Add it to your providers in config/app.php, (*4)

'bodeezy\LaravelElastica\LaravelElasticaServiceProvider'

Add it to your aliases:, (*5)

'Ef' => 'bodeezy\LaravelElastica\LaravelElasticaFacade'

Okay, you would be good to go., (*6)

Configuration

You can use the default configuration to connect to your localhost:9200 server. Or you could publish the configuration and change the server., (*7)

$ 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., (*8)

The Versions

27/04 2016

dev-master

9999999-dev

Laravel 4 Service Provider for Elastica

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bo

laravel elasicsearch elasica

10/10 2014

0.1

0.1.0.0

Laravel 4 Service Provider for Elastica

  Sources   Download

MIT

The Requires

 

The Development Requires