Skip to content

Trying to access role with user pagination not working #1803

Answered by erikn69
umar28dec asked this question in Q&A
Discussion options

You must be logged in to vote

I tried and it returns the expected result

$paginator = User::with('roles')->orderBy('created_at','desc')->paginate(10);
     #relations: array:1 [▼
          "roles" => Illuminate\Database\Eloquent\Collection {#2175 ▼
            #items: array:2 [▼
              0 => App\Models\Role {#2202 ▶}
              1 => App\Models\Role {#2205 ▶}
            ]
          }
        ]

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@umar28dec
Comment options

@umar28dec
Comment options

@erikn69
Comment options

@umar28dec
Comment options

Answer selected by drbyte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants