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.

Return Value

Response

at line 27
Response create()

Show the form for creating a new resource.

Return Value

Response

at line 37
Response store()

Store a newly created resource in storage.

Return Value

Response

at line 48
Response show( int $id)

Display the specified resource.

Parameters

int $id

Return Value

Response

at line 59
Response edit( int $id)

Show the form for editing the specified resource.

Parameters

int $id

Return Value

Response

at line 70
Response update( int $id)

Update the specified resource in storage.

Parameters

int $id

Return Value

Response

at line 81
Response destroy( int $id)

Remove the specified resource from storage.

Parameters

int $id

Return Value

Response