Laravel Model Stats Versions Save

Model statistics dashboard for your Laravel Application

v0.4.1

9 months ago

Added support for Laravel 10

v0.4.0

2 years ago

Custom code requires separate database user

Full Changelog: https://github.com/JhumanJ/laravel-model-stats/compare/v0.3.4...v0.4.0

v0.3.4

2 years ago

0.3.3

2 years ago

Added support for Laravel 9

0.3.2

2 years ago

Better code typing + some refactoring

What's Changed

New Contributors

Full Changelog: https://github.com/JhumanJ/laravel-model-stats/compare/0.3.1...0.3.2

0.3.0

2 years ago

0.2.0

2 years ago

Added a Bar Chart component. It can be used to to display "group by count" values. For instance, if every user has a how_hear_about_us column, and each user has in this column one of ['google','blog','twitter',...], then this chart can be used to show the distribution of theses options.

0.1.1

2 years ago

Fixed a bug in fillMissingDays function

0.1.0

2 years ago

Fixed front version conflict & New minor release with new widgets