Documentation

ProfileController extends Controller
in package

Table of Contents

Methods

create()  : mixed
Show the form for creating a new resource.
destroy()  : mixed
Remove the specified resource from storage.
edit()  : mixed
Show the form for editing the specified resource.
index()  : mixed
Display a listing of the resource.
sendOTP()  : mixed
show()  : mixed
Show the specified resource.
store()  : mixed
Store a newly created resource in storage.
update()  : mixed
Update the specified resource in storage.
updatePhone()  : mixed

Methods

destroy()

Remove the specified resource from storage.

public destroy(mixed $id) : mixed
Parameters
$id : mixed

edit()

Show the form for editing the specified resource.

public edit() : mixed

sendOTP()

public sendOTP(Request $request) : mixed
Parameters
$request : Request

store()

Store a newly created resource in storage.

public store(Request $request) : mixed
Parameters
$request : Request

updatePhone()

public updatePhone(Request $request) : mixed
Parameters
$request : Request

        
On this page

Search results