AttendancesController
class AttendancesController extends Controller
Traits
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Methods
Response
index()
Display a listing of the resource.
Response
Response
show(int $id)
Display the specified resource.
Response
edit(int $id)
Show the form for editing the specified resource.
Response
Response
destroy(int $id)
Remove the specified resource from storage.
Details
at line line 26
__construct(AttendanceRepository $repository, AttendanceValidator $validator)
at line line 38
Response
index()
Display a listing of the resource.
at line line 61
Response
store(AttendanceCreateRequest $request)
Store a newly created resource in storage.
at line line 98
Response
show(int $id)
Display the specified resource.
at line line 119
Response
edit(int $id)
Show the form for editing the specified resource.
at line line 135
Response
update(AttendanceUpdateRequest $request, string $id)
Update the specified resource in storage.
at line line 172
Response
destroy(int $id)
Remove the specified resource from storage.