Authenticate
extends Authenticate
in package
Table of Contents
- redirectTo() : string|null
- Get the path the user should be redirected to when they are not authenticated.
Methods
redirectTo()
Get the path the user should be redirected to when they are not authenticated.
protected
redirectTo(Request $request) : string|null
Parameters
- $request : Request