classe Auth (Voir la source)

Méthodes

static GuardContract
configure(array $config)

Configure Auth system

static GuardContract|null
getInstance()

Get Auth Instance

static GuardContract
guard(string|null $guard = null)

Check if user is authenticate

static GuardContract
__callStatic(string $method, array $params)

__callStatic

Détails

static GuardContract configure(array $config)

Configure Auth system

Paramètres

array $config

Valeur de retour

GuardContract

static GuardContract|null getInstance()

Get Auth Instance

Valeur de retour

GuardContract|null

static GuardContract guard(string|null $guard = null)

Check if user is authenticate

Paramètres

string|null $guard

Valeur de retour

GuardContract

Exceptions

AuthenticationException

static GuardContract __callStatic(string $method, array $params)

__callStatic

Paramètres

string $method
array $params

Valeur de retour

GuardContract