PHP Class Nahid\Talk\TalkServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: nahid/talk

Public Methods

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

Protected Methods

Method Description
registerBroadcast ( ) Register Talk class.
registerTalk ( ) Register Talk class.
setupConfig ( ) Setup the config.
setupMigrations ( ) Publish migrations files.

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 ( )

registerBroadcast() protected method

Register Talk class.
protected registerBroadcast ( )

registerTalk() protected method

Register Talk class.
protected registerTalk ( )

setupConfig() protected method

Setup the config.
protected setupConfig ( )

setupMigrations() protected method

Publish migrations files.
protected setupMigrations ( )