Major change update laravel, inertia v2 -> v3, other changes
This commit is contained in:
@@ -64,6 +64,7 @@ public function index(Request $request)
|
||||
'current_page' => $paginator->currentPage(),
|
||||
'from' => $paginator->firstItem(),
|
||||
'last_page' => $paginator->lastPage(),
|
||||
'links' => $paginator->linkCollection()->toArray(),
|
||||
'path' => $paginator->path(),
|
||||
'per_page' => $paginator->perPage(),
|
||||
'to' => $paginator->lastItem(),
|
||||
|
||||
Reference in New Issue
Block a user