laravel-visits
laravel-visits copied to clipboard
📊 Laravel Visits is a counter that can be attached to any model to track its visits using Redis or Eloquent. (with tags, IP protection and caching)
- Windows 10 - Package Version: 3.0 - Laravel Version: 9.2 ### Description: Is this project compatible with MongoDB. While using this package with [laravel-mongodb](https://github.com/jenssegers/laravel-mongodb) package, it throws this exception....
- Windows 11 - Laravel-visits 3.0 - Laravel 9.11 - PHP 8.1 ### Description Im working with the follow command: visits($card)->by($card->user)->increment(); But if i try to get countries it always...
- Operating system and version (e.g. Ubuntu 16.04, Windows 7): Laravel Homestead on macOS 10.15.1 - Package Version: 2.2.0 - Laravel Version: 5.8.37 ### Description: Predis\Response\ServerException thrown with message "WRONGTYPE...
I'm looking for a way to get the number of visitors today in my app and not for only a model or a route. Thanks
Hey , is it possible to track visits for a specific eloquent model using multiple tags ? for instance: ```php visits($blog,['click','auth'])->increment() ```
Hi, how one can get the visits count for a specific item for a specific date range? I.e., to get all of them one can do: ``` php $post =...
How I can I get total visits for a specific month? For example, If we're now in October, I want to get the visits of past September.
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
Laravel 11 adds Carbon ^3.0, with this PR it works