PHP Class Swap\Laravel\SwapServiceProvider

Author: Florian Voutzinos ([email protected])
Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: florianv/laravel-swap

Public Methods

Method Description
boot ( ) Bootstrap the application services.
provides ( ) : string[] Get the services provided by the provider.
register ( ) Register the application services.

Private Methods

Method Description
getServiceClass ( string $name ) : string Gets the service class from its name.
registerCacheItemPool ( Illuminate\Contracts\Foundation\Application $app ) Registers the cache.
registerChain ( Illuminate\Contracts\Foundation\Application $app ) Register the chain service.
registerExchangeRateProvider ( Illuminate\Contracts\Foundation\Application $app ) Register the exchange rate provider.
registerHttp ( Illuminate\Contracts\Foundation\Application $app ) Register the http related stuff.
registerServices ( Illuminate\Contracts\Foundation\Application $app ) Register the core services.
registerSwap ( Illuminate\Contracts\Foundation\Application $app ) Registers Swap.

Method Details

boot() public method

Bootstrap the application services.
public boot ( )

provides() public method

Get the services provided by the provider.
public provides ( ) : string[]
return string[]

register() public method

Register the application services.
public register ( )