PHP 클래스 Nahid\Talk\TalkServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: nahid/talk

공개 메소드들

메소드 설명
boot ( ) Bootstrap the application services.
provides ( ) : string[] Get the services provided by the provider.
register ( ) Register the application services.

보호된 메소드들

메소드 설명
registerBroadcast ( ) Register Talk class.
registerTalk ( ) Register Talk class.
setupConfig ( ) Setup the config.
setupMigrations ( ) Publish migrations files.

메소드 상세

boot() 공개 메소드

Bootstrap the application services.
public boot ( )

provides() 공개 메소드

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

register() 공개 메소드

Register the application services.
public register ( )

registerBroadcast() 보호된 메소드

Register Talk class.
protected registerBroadcast ( )

registerTalk() 보호된 메소드

Register Talk class.
protected registerTalk ( )

setupConfig() 보호된 메소드

Setup the config.
protected setupConfig ( )

setupMigrations() 보호된 메소드

Publish migrations files.
protected setupMigrations ( )