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. |
|