laravel-time-series
laravel-time-series copied to clipboard
⏰📊✨Laravel Time Series - Provides an API to create and maintain data projections (statistics, aggregates, etc.) from your Eloquent models, and convert them to time series.
### Discussed in https://github.com/timothepearce/laravel-quasar/discussions/8 Originally posted by **timothepearce** December 30, 2021 Regarding the architecture of the `quasar_projections` table, it seems possible to create some kind of composite index to optimize...
Running composer require timothepearce/laravel-time-series on laravel 10 project throws error with the following message. 'Could not find a version of package timothepearce/laravel-time-series matching your minimum-stability (stable). Require it with an...
Change the date field for the time-series, use another field in your Model instead of created_at