Laravel - Controllers
You want to create a resource controller for
Product but only want to generate routes for index, show, and store methods. Which is the correct way to register this in routes/web.php?