Level 53
@sayanz Be more specific next time.
$category->courses()->paginate();
1 like
how i can use pagination with this eloquent please
$category = Category2::findOrFail($id);
$category->load('courses');
@sayanz Be more specific next time.
$category->courses()->paginate();
Please or to participate in this conversation.