class InstalledSite implements SiteInterface

Properties

protected Paths $paths
protected Config $config
protected ExtenderInterface[] $extenders

Methods

__construct(Paths $paths, Config $config)

No description

bootApp()

<p>Create and boot a Flarum application instance.</p>

extendWith(array $extenders)

No description

Container
bootLaravel()

No description

Repository
getIlluminateConfig()

No description

registerLogger(Container $container)

No description

registerCache(Container $container)

No description

Details

__construct(Paths $paths, Config $config)

Parameters

Paths $paths
Config $config

AppInterface bootApp()

<p>Create and boot a Flarum application instance.</p>

Return Value

AppInterface

InstalledSite extendWith(array $extenders)

Parameters

array $extenders

Return Value

InstalledSite

protected Container bootLaravel()

Return Value

Container

protected Repository getIlluminateConfig()

Return Value

Repository

protected registerLogger(Container $container)

Parameters

Container $container

protected registerCache(Container $container)

Parameters

Container $container