UsersController
class UsersController extends Controller
Class UsersController
Traits
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Methods
Response
index(Request $request)
Display a listing of the resource.
Response
create()
Show the form for creating a new resource.
Response
store(Request $request)
Store a newly created resource in storage.
Response
show(int $id)
Display the specified resource.
Response
edit(int $id)
Show the form for editing the specified resource.
Response
update(Request $request, int $id)
Update the specified resource in storage.
Response
destroy(int $id)
Remove the specified resource from storage.
Details
at line line 26
__construct(Transformer $transformer, UserRepository $repository)
UsersController constructor.
at line line 37
Response
index(Request $request)
Display a listing of the resource.
at line line 49
Response
create()
Show the form for creating a new resource.
at line line 60
Response
store(Request $request)
Store a newly created resource in storage.
at line line 75
Response
show(int $id)
Display the specified resource.
at line line 89
Response
edit(int $id)
Show the form for editing the specified resource.
at line line 102
Response
update(Request $request, int $id)
Update the specified resource in storage.
at line line 115
Response
destroy(int $id)
Remove the specified resource from storage.