class TwillServiceProvider extends ServiceProvider (View source)

Constants

VERSION

The Twill version.

Properties

protected string[] $providers

Service providers to be registered.

Methods

void
boot()

Bootstraps the package services.

void
register()

Registers the package services.

string
version()

Get the version number of Twill.

void
check2FA()

In case 2FA is enabled, we need to check if a QRCode compatible package is installed.

Details

void boot()

Bootstraps the package services.

Return Value

void

void register()

Registers the package services.

Return Value

void

string version()

Get the version number of Twill.

Return Value

string

void check2FA()

In case 2FA is enabled, we need to check if a QRCode compatible package is installed.

Return Value

void