2017 © Pedro Peláez
 

library laravel-elastica

Laravel 4 Service Provider for Elastica

image

srtfisher/laravel-elastica

Laravel 4 Service Provider for Elastica

  • Saturday, February 28, 2015
  • by srtfisher
  • Repository
  • 0 Watchers
  • 7 Stars
  • 144 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)

'Srtfisher\LaravelElastica\LaravelElasticaServiceProvider'

Add it to your aliases:, (*5)

'Es' => 'Srtfisher\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 srtfisher/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

28/02 2015

dev-master

9999999-dev

Laravel 4 Service Provider for Elastica

  Sources   Download

MIT

The Requires

 

The Development Requires

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