guestMiddleware() Get the guest middleware for the application.
Response getRegister() Show the application registration form. Return Value Response
AuthenticatesAndRegistersUsers trait AuthenticatesAndRegistersUsers (View source) Traits AuthenticatesUsers RegistersUsers RedirectsUsers RedirectsUsers
Response getLogin() Show the application login form. Return Value Response
Authenticated class Authenticated (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers
void __wakeup() Restore the model after serialization. Return Value void
mixed handle(Request $request, Closure $next, string[] $guards) Handle an incoming request. Parameters Request $request Closure $next string[] $guards Return Value mixed Exceptions AuthenticationException
void __construct(Factory $auth) Create a new middleware instance. Parameters Factory $auth Return Value void
void __construct(Authenticatable $user) Create a new event instance. Parameters Authenticatable $user Return Value void
array __sleep() Prepare the instance for serialization. Return Value array
Page 954 of 996