class Authenticate implements AuthenticatesRequests (View source)
protected Factory | $auth | The authentication factory instance. |
void | __construct(Factory $auth) Create a new middleware instance. | |
mixed | handle(Request $request, Closure $next, string[] ...$guards) Handle an incoming request. | |
void | authenticate(Request $request, array $guards) Determine if the user is logged in to any of the given guards. | |
void | unauthenticated(Request $request, array $guards) Handle an unauthenticated user. | |
string|null | redirectTo(Request $request) Get the path the user should be redirected to when they are not authenticated. |
Create a new middleware instance.
Determine if the user is logged in to any of the given guards.
Handle an unauthenticated user.
Get the path the user should be redirected to when they are not authenticated.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Auth/Middleware/Authenticate.html