cyrildewit / eloquent-viewable

Associate views with Eloquent models in Laravel
MIT License
829 stars 105 forks source link

How to get the data of the last 7 days in an array? #254

Closed GianlucaScarciolla closed 3 years ago

GianlucaScarciolla commented 3 years ago

Hello together! I wonder how I get the visits of the last 7 days as array. By this I mean that I get the total of each day. Unfortunately, I could not find anything about it or I overlooked it.

Can someone help me? Thanks a lot already!

AbdallaMohammed commented 3 years ago

Hi, Did you find any answer for this question? as I'm having the same question.

cyrildewit commented 3 years ago

@AbdallaMohammed this not provided out of the box. I would try to write a SQL query that counts the views and group them by date.