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 7b2867b commit e5915c5Copy full SHA for e5915c5
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