Skip to content

Commit 61e0449

Browse files
author
MrAnyx
committed
[fix] Added illuminate/pagination for database pagination
1 parent a2c98ef commit 61e0449

File tree

2 files changed

+49
-2
lines changed

2 files changed

+49
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"require": {
2424
"illuminate/database": "^8.6",
2525
"illuminate/events": "^8.6",
26-
"ramsey/uuid": "^4.1"
26+
"ramsey/uuid": "^4.1",
27+
"illuminate/pagination": "^8.10"
2728
},
2829
"autoload": {
2930
"psr-4":{

composer.lock

Lines changed: 47 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)