interface Illuminate / Contracts / Auth / Factory
You are viewing an older version of the documentation. For the latest, please visit master documentation.

Factory

Methods

public

guard ( $name ) : Guard |StatefulGuard

Get a guard instance by name.

Parameters

  • $name string|null
public

shouldUse ( $name ) : void

Set the default guard the factory should serve.

Parameters

  • $name string