The 0vinod/visitor-tracking package provides an easy way to track and analyze visitor activity in Laravel applications.
- Total visitors
- Unique visitors
- Top visited pages
- Country tracking
- Operating system detection
- Device tracking
- Dashboard analytics widgets
- Blade components support
Install the package via Composer:
composer require 0vinod/visitor-trackingphp artisan vendor:publish --provider="Vinod\VisitorTracking\VisitorTrackingServiceProvider"php artisan migrateDisplay visitor counter anywhere on your website:
<x-visitor::visit-counter startCount="10000" />or
<x-visitor::visit-counter /><x-visitor::country-widget /><x-visitor::visitor-setting />- Live visitor counting
- Country analytics
- Browser tracking
- Device tracking
- Dashboard widgets
- Configurable visitor counter
- Middleware-based tracking
- PHP 8+
- Laravel 9 / 10 / 11
MIT License