FormatController
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.
Details
at line 15
Response
index()
Display a listing of the resource.
at line 25
Response
create()
Show the form for creating a new resource.
at line 36
Response
store(Request $request)
Store a newly created resource in storage.
at line 47
Response
show(Format $format)
Display the specified resource.
at line 58
Response
edit(Format $format)
Show the form for editing the specified resource.
at line 70
Response
update(Request $request, Format $format)
Update the specified resource in storage.
at line 81
Response
destroy(Format $format)
Remove the specified resource from storage.