PHP Class Shift31\LaravelElasticsearch\ElasticsearchServiceProvider

ServiceProvider compatible with Laravel 5
Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: shift31/laravel-elasticsearch

Public Methods

Method Description
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( ) : void
return void