Skip to content

Commit

Permalink
updates, fixes #15, closes #12, closes #16 for pagintion
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Feb 3, 2017
1 parent 8e9d250 commit 48f1085
Show file tree
Hide file tree
Showing 20 changed files with 543 additions and 274 deletions.
2 changes: 1 addition & 1 deletion app/Api/EntryController.php
Expand Up @@ -161,7 +161,7 @@ public function get(Request $request)

$view = false;
if ($query['combined']['view'] === 'true') {
$view = view('partial.entries', ['entries' => $entries->items()])->render();
$view = view('partial.entries', ['entries' => $entries->items(), 'paginate' => $this->meta['paginate']])->render();
}

return $this->render($entries->items(),$view);
Expand Down

0 comments on commit 48f1085

Please sign in to comment.