Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp committed Aug 10, 2024
1 parent f4d8e81 commit b3f68e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

Laravel Projectable Aggregates is a package that allows you to **easily storage aggregate values like counts, sums, averages**, etc. in your models eliminating the need to **calculate these values on the fly** (with `withCount`, `withStum`, `withAvg`, etc.).

- **Speed up database queries** by storing aggregate values in the database.
- **Automatically updates** aggregate values with [Model Events](https://laravel.com/docs/events).
- Option to calculate the aggregate values **periodically in bulk**.

## Installation

```bash
Expand Down
Binary file modified art/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3f68e7

Please sign in to comment.