Kryptonit3-zz/Counter

How to check number of views of certain page?

Opened this issue · 2 comments

For now we can see the actual number of page views by visiting this page, but how do we display this in admin panel?

It is the same as showing it on the actual page.

Counter::show('job-listings', $job->id) When you are looping through your collection in the admin panel, you just reference the page route and identifier.

You mean page route alias?