TasksController
class TasksController extends Controller
Class TasksController
Descripció de la classe.(Opcional) Pots usar format HTMl per desprès al generar la documentació.
Traits
Methods
Display a listing of the resource.
Show the form for creating a new resource.
Store a newly created resource in storage.
Display the specified resource.
Show the form for editing the specified resource.
Update the specified resource in storage.
Remove the specified resource from storage.
Details
at line line 33
__construct(Transformer $transformer, TaskRepository $repository)
TasksController constructor.
at line line 46
Response
index()
Display a listing of the resource.
at line line 66
Response
create()
Show the form for creating a new resource.
at line line 77
Response
store(Request $request)
Store a newly created resource in storage.
at line line 93
Response
show(int $id)
Display the specified resource.
at line line 112
Response
edit(int $id)
Show the form for editing the specified resource.
at line line 124
Response
update(Request $request)
Update the specified resource in storage.
at line line 139
Response
destroy(int $id)
Remove the specified resource from storage.