interface
Illuminate
/
Contracts
/
Auth
/
Factory
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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