PHP Class TomSchlick\ServerPush\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Mostra file Open project: tomschlick/laravel-http2-server-push

Public Methods

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

Protected Methods

Method Description
registerDefaultLinks ( ) : void Load the default links from the config.
registerElixirLinks ( ) : void Parse and load links from an existing elixir revision manifest file.
setupConfig ( ) : void Setup the config.

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 service provider.
public register ( ) : void
return void

setupConfig() protected method

Setup the config.
protected setupConfig ( ) : void
return void