PHP Класс FluxBB\Integration\Laravel\ServiceProvider

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

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

Метод Описание
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

Защищенные методы

Метод Описание
createLaravelRoute ( ) : void Register the catch-all route with the Laravel router.

Описание методов

boot() публичный Метод

Bootstrap the application events.
public boot ( ) : void
Результат void

createLaravelRoute() защищенный Метод

Register the catch-all route with the Laravel router.
protected createLaravelRoute ( ) : void
Результат void

register() публичный Метод

Register the service provider.
public register ( ) : void
Результат void