Flarum\Forum\ForumServiceProvider::boot PHP Method

boot() public method

public boot ( )
    public function boot()
    {
        $this->populateRoutes($this->app->make('flarum.forum.routes'));
        $this->loadViewsFrom(__DIR__ . '/../../views', 'flarum.forum');
        $this->flushWebAppAssetsWhenThemeChanged();
        $this->flushWebAppAssetsWhenExtensionsChanged();
    }