Laravel - Controllers
You want to create an API resource controller that only supports
index and show methods to list and view items. Which is the best way to register the routes?