lundi 19 février 2018

Laravel 5.5 - Nested query and model relation

I have 4 models.

  • User
  • Shipment
  • Status
  • Status history

A User has many Shipment. A Shipment has many Status instances through StatusHistory.

How can I get with an Eloquent relationship all the Shipment values for an User, that have a specific id value in the StatusHistory model?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire