Skip to content

Kirby 4.2.0

$system->register()

Validates the license key and adds it to the .license file in the config folder if possible.

$system->register(?string $license = null, ?string $email = null): bool

Parameters

Name Type Default
$license string|null null
$email string|null null

Return type

bool

Exceptions

Parent class

Kirby\Cms\System