We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 763d77a + b4c6fe6 commit 39067bcCopy full SHA for 39067bc
src/Http/Controllers/TagsController.php
@@ -21,7 +21,7 @@ public function index()
21
})
22
->orderBy('created_at', 'DESC')
23
->withCount('posts')
24
- ->get();
+ ->paginate(30);
25
26
return TagsResource::collection($entries);
27
}
0 commit comments