Open
Description
Nice speak and thanks for sharing!
I got the idea about contracts between modules. But consider this scenario:
The Order module has a OrderLine product_id FK for Inventory and it is great interface usage on your example.
But, by “Laravel way”, to display an OrderLine with product names I would make OrderLine::with(“product”)->….
It would be a violation ? How do you deal with that ?
Metadata
Metadata
Assignees
Labels
No labels