quantumh / laravel-visits
Track visits on a Laravel application
v2.0.19
2024-11-01 20:56 UTC
Requires
- php: ^8.0
- geoip2/geoip2: ~2.0
- laravel/framework: ^8.0|^9.0|^10.0
- shetabit/visitor: ^3.1|^4.0
- snowplow/referer-parser: ^0.2.0
- stevebauman/location: ^6.4
Requires (Dev)
- phpunit/phpunit: ^9.5
- dev-master
- v2.0.19
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dev
This package is auto-updated.
Last update: 2024-11-01 20:57:13 UTC
README
Register all visits on your Laravel app
Installation
You can install the package via composer:
composer require quantumh/laravel-visits
The package will automatically register itself.
You can publish and run the migrations with:
php artisan vendor:publish --tag="quantum-visits-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="quantum-visits-config"
Add this key on your phpunit.xml to avoid make the test failing due to the visits.
<env name="TRACKER_VISITS_ENABLED" value="false"/>
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- [Carlos Rodriguez]
- [David Vazquez]
License
The MIT License (MIT). Please see License File for more information.