Skip to content

Kirby 5.0.4

$system->isInstallable()

Check if the Panel is installable. On a public server the panel.install option must be explicitly set to true to get the installer up and running.

$system->isInstallable(): bool

Return type

bool

This method modifies the existing $system object it is applied to and returns it again.

Parent class

Kirby\Cms\System