class FormatController extends Controller

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Methods

Response
index()

Display a listing of the resource.

Response
create()

Show the form for creating a new resource.

Response
store(Request $request)

Store a newly created resource in storage.

Response
show(Format $format)

Display the specified resource.

Response
edit(Format $format)

Show the form for editing the specified resource.

Response
update(Request $request, Format $format)

Update the specified resource in storage.

Response
destroy(Format $format)

Remove the specified resource from storage.

Details

at line 15
Response index()

Display a listing of the resource.

Return Value

Response

at line 25
Response create()

Show the form for creating a new resource.

Return Value

Response

at line 36
Response store(Request $request)

Store a newly created resource in storage.

Parameters

Request $request

Return Value

Response

at line 47
Response show(Format $format)

Display the specified resource.

Parameters

Format $format

Return Value

Response

at line 58
Response edit(Format $format)

Show the form for editing the specified resource.

Parameters

Format $format

Return Value

Response

at line 70
Response update(Request $request, Format $format)

Update the specified resource in storage.

Parameters

Request $request
Format $format

Return Value

Response

at line 81
Response destroy(Format $format)

Remove the specified resource from storage.

Parameters

Format $format

Return Value

Response