On this page
RegistersUsers
trait RegistersUsers (View source)
Traits
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.
Response showRegistrationForm()
Show the application registration form.
protected StatefulGuard guard()
Get the guard to be used during registration.
protected mixed registered(Request $request, mixed $user)
The user has been registered.
© 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