ConfirmablePasswordController extends Controller
Table of Contents
Methods
show()
Show the confirm password view.
public
show() : View
Return values
View —store()
Confirm the user's password.
public
store(Request $request) : mixed
Parameters
- $request : Request