AgendaController
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
Response
Details
at line 19
Response
index()
Display a listing of the resource.
at line 29
Response
create()
Show the form for creating a new resource.
at line 40
Response
store(StoreAgendaRequest $request)
Store a newly created resource in storage.
at line 51
Response
show(Agenda $agenda)
Display the specified resource.
at line 62
Response
edit(Agenda $agenda)
Show the form for editing the specified resource.
at line 74
Response
update(UpdateAgendaRequest $request, Agenda $agenda)
Update the specified resource in storage.
at line 85
Response
destroy(Agenda $agenda)
Remove the specified resource from storage.