class AgendaController extends Controller

Classe criada para controlar o dados da agenda

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Methods

Response
index()

Display a listing of the resource.

Response
create()

Show the form for creating a new resource.

Response
store(StoreAgendaRequest $request)

Store a newly created resource in storage.

Response
show(Agenda $agenda)

Display the specified resource.

Response
edit(Agenda $agenda)

Show the form for editing the specified resource.

Response
update(UpdateAgendaRequest $request, Agenda $agenda)

Update the specified resource in storage.

Response
destroy(Agenda $agenda)

Remove the specified resource from storage.

Details

at line 19
Response index()

Display a listing of the resource.

Return Value

Response

at line 29
Response create()

Show the form for creating a new resource.

Return Value

Response

at line 40
Response store(StoreAgendaRequest $request)

Store a newly created resource in storage.

Parameters

StoreAgendaRequest $request

Return Value

Response

at line 51
Response show(Agenda $agenda)

Display the specified resource.

Parameters

Agenda $agenda

Return Value

Response

at line 62
Response edit(Agenda $agenda)

Show the form for editing the specified resource.

Parameters

Agenda $agenda

Return Value

Response

at line 74
Response update(UpdateAgendaRequest $request, Agenda $agenda)

Update the specified resource in storage.

Parameters

UpdateAgendaRequest $request
Agenda $agenda

Return Value

Response

at line 85
Response destroy(Agenda $agenda)

Remove the specified resource from storage.

Parameters

Agenda $agenda

Return Value

Response