We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d48d7 commit 9750721Copy full SHA for 9750721
README.md
@@ -34,6 +34,9 @@ echo $invoices[0]->items_price_sum;
34
35
$invoices = Invoice::withMin('items:price,price2')->get();
36
echo $invoices[0]->items_price_min;
37
+
38
+$invoices = Invoice::withMax('items:price,price2')->get();
39
+echo $invoices[0]->items_price_max;
40
```
41
The following methods apply to all methods.!!!
42
0 commit comments