PHP Класс Nahid\Talk\TalkServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )