Flowframe / laravel-trend

Generate trends for your models. Easily generate charts or reports.
MIT License
671 stars 70 forks source link

Fixed postgres issue #16 #17

Closed obrunsmann closed 1 year ago

obrunsmann commented 2 years ago

Please have a critical look at this PR, solves the issue for my particular case.

obrunsmann commented 2 years ago

Okay... is't not compatible without passing explicit column name to aggregate function 👀

->count('created_at') // otherwise fails
Larsklopstra commented 1 year ago

Fixed #28