PHP Class Nahid\Talk\TalkServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: nahid/talk

Méthodes publiques

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

Méthodes protégées

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

Method Details

boot() public méthode

Bootstrap the application services.
public boot ( )

provides() public méthode

Get the services provided by the provider.
public provides ( ) : string[]
Résultat string[]

register() public méthode

Register the application services.
public register ( )

registerBroadcast() protected méthode

Register Talk class.
protected registerBroadcast ( )

registerTalk() protected méthode

Register Talk class.
protected registerTalk ( )

setupConfig() protected méthode

Setup the config.
protected setupConfig ( )

setupMigrations() protected méthode

Publish migrations files.
protected setupMigrations ( )