Snippets tagged “relations”
1 snippet uses this tag.
- Laravel Eloquent Sum of relation's columnPHP
You can use the sum method on an Eloquent relation to get the sum of a column's values.
1 snippet uses this tag.
You can use the sum method on an Eloquent relation to get the sum of a column's values.