TestController
class TestController extends Controller
Traits
Illuminate\Foundation\Bus\DispatchesCommands
Illuminate\Foundation\Validation\ValidatesRequests
Methods
Response
index()
Display a listing of the resource.
Response
create()
Show the form for creating a new resource.
Response
store()
Store a newly created resource in storage.
Response
show(
int $id)
Display the specified resource.
Response
edit(
int $id)
Show the form for editing the specified resource.
Response
update(
int $id)
Update the specified resource in storage.
Response
destroy(
int $id)
Remove the specified resource from storage.
Details
at line 17
Response
index()
Display a listing of the resource.
at line 27
Response
create()
Show the form for creating a new resource.
at line 37
Response
store()
Store a newly created resource in storage.
at line 48
Response
show(
int $id)
Display the specified resource.
at line 59
Response
edit(
int $id)
Show the form for editing the specified resource.
at line 70
Response
update(
int $id)
Update the specified resource in storage.
at line 81
Response
destroy(
int $id)
Remove the specified resource from storage.