**Describe the bug**
I'm setting a new project using this package _jetstream-inertia-generator_
and I got a dependency issue.
**To Reproduce**
Steps to reproduce the behavior:
1. New Laravel 8 …
what is index action in controller in API being used for?
public function index(IndexStore $request)
{
$query = Store::query(); // You can extend this however you want.
$cols…