RegistersUsers

trait RegistersUsers (View source)

Traits

RedirectsUsers

Methods

string redirectPath()

Get the post register / login redirect path.

from RedirectsUsers
Response showRegistrationForm()

Show the application registration form.

Response register(Request $request)

Handle a registration request for the application.

StatefulGuard guard()

Get the guard to be used during registration.

mixed registered(Request $request, mixed $user)

The user has been registered.

Details

string redirectPath()

Get the post register / login redirect path.

Return Value

string

Response showRegistrationForm()

Show the application registration form.

Return Value

Response

Response register(Request $request)

Handle a registration request for the application.

Parameters

Request $request

Return Value

Response

protected StatefulGuard guard()

Get the guard to be used during registration.

Return Value

StatefulGuard

protected mixed registered(Request $request, mixed $user)

The user has been registered.

Parameters

Request $request
mixed $user

Return Value

mixed

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/6.x/Illuminate/Foundation/Auth/RegistersUsers.html