Sep 21, 2021
0
Level 2
Laravel Cursor Paginate on user database notifications
Hi community members, Hope so you all are doing well,basically i want to add cursor pagination on user databas notifications but still no luck, here is what i have tried so far.
$notifications = Auth::user()->unreadNotifications->cursorPaginate(15);
Please or to participate in this conversation.