index()
index() : \Illuminate\Http\Response
Display a listing of the resource.
show(\App\Tag $tag) : \Illuminate\Http\Response
Display the specified resource.
\App\Tag | $tag |
edit(\App\Tag $tag) : \Illuminate\Http\Response
Show the form for editing the specified resource.
\App\Tag | $tag |
update(\Illuminate\Http\Request $request, \App\Tag $tag) : \Illuminate\Http\Response
Update the specified resource in storage.
\Illuminate\Http\Request | $request | |
\App\Tag | $tag |
destroy(\App\Tag $tag) : \Illuminate\Http\Response
Remove the specified resource from storage.
\App\Tag | $tag |