static void routes() Register the typical authentication routes for an application. Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
Auth class Auth extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from
Illuminate\Auth Namespaces Illuminate\Auth\ConsoleIlluminate\Auth\Reminders Classes AuthManager AuthServiceProvider DatabaseUserProvider EloquentUserProvider GenericUser Guard UserTrait
__construct(array $credentials, bool $remember, bool $login) Create a new event instance. Parameters array $credentials bool $remember bool $login
Attempting class Attempting (View source) Properties array $credentials The credentials for the user. bool $remember Indicates if the user should be "remembered". bool $login Indicates if the user should be authenticated if successful.
void __construct(Filesystem $files, string $publishPath) Create a new asset publisher instance. Parameters Filesystem $files string $publishPath Return Value void
Page 957 of 996