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.
2 parents a6714df + e5915c5 commit dddf711Copy full SHA for dddf711
README.md
@@ -185,6 +185,8 @@ Selected columns that are not grouped will be aggregated with the $last function
185
186
**Aggregation**
187
188
+*Aggregations are only available for MongoDB versions greater than 2.2.*
189
+
190
$total = Order::count();
191
$price = Order::max('price');
192
$price = Order::min('price');
0 commit comments