-
-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Pagination through Eloquent queries using pagination() as currently not possible. It is however possible to manually use offset() and limit() to work around this.
Additional context
The acorn web page here misleadingly suggests that pagination is supported.
Using pagination raises a missing dependency exception:
$pages = Post::published()->paginate(10);Produces:
It would be great for pagination to be supported and to utilise Laravel's built-in pagination style and components that make use of Tailwind. Perhaps this particular addition is only suitable in the opinionated Radicle stack?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request