PHP Class Stevebauman\Location\LocationServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: stevebauman/location

Public Methods

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

Method Details

boot() public method

Run boot operations.
public boot ( )

provides() public method

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

register() public method

Register the service provider.
public register ( )