RankingController
extends Controller
in package
Table of Contents
Methods
- index() : Response
- Display a listing of the rank resource.
- show() : Response
- Display the top 50 characters for the given rank resource.
Methods
index()
Display a listing of the rank resource.
public
index() : Response
Return values
Response —inertia response
show()
Display the top 50 characters for the given rank resource.
public
show(Rank $ranking) : Response
Parameters
- $ranking : Rank
-
the rank resource to show the top 50 characters for
Return values
Response —inertia response