Skip to content

✨ Add illuminate/pagination dependency#515

Merged
retlehs merged 1 commit into
mainfrom
feat/pagination-support
Mar 9, 2026
Merged

✨ Add illuminate/pagination dependency#515
retlehs merged 1 commit into
mainfrom
feat/pagination-support

Conversation

@retlehs

@retlehs retlehs commented Mar 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds illuminate/pagination to composer.json so Eloquent's paginate() works out of the box
  • Moves illuminate/auth and illuminate/cookie from unsupported to supported in README (both are already in require and have service providers wired up)
  • Removes illuminate/testing from unsupported list (already in require, dev utility not a runtime component)

Closes #486

Test plan

  • Verify composer validate passes
  • Confirm Post::paginate(10) works without missing class errors — tested on Radicle install, returns LengthAwarePaginator correctly

🤖 Generated with Claude Code

Also updates README to reflect auth, cookie, and pagination as
supported components.

Closes #486

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@retlehs retlehs merged commit e8f682e into main Mar 9, 2026
3 checks passed
@retlehs retlehs deleted the feat/pagination-support branch March 9, 2026 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Eloquent Pagination

1 participant