turahe / laravel-counters

In some cases, you need to manage the state of the counters in your project, like the number of visitors of your website, or number of view for a post, or number of downloads for a file, this needs to create a new table to save these records, or at least adding new column for your tables to save the count value.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

turahe/laravel-counters Stargazers