hayrullah / laravel-visits
This Library improved to record request visits and make statistics for all links which visited.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hayrullah/laravel-visits
Requires
- php: >=7.1.0
- laravel/framework: ^5.5|^6.0|^7.0
This package is auto-updated.
Last update: 2025-10-15 08:27:51 UTC
README
Documentation, Installation, and Usage Instructions
See the DOCUMENTATION for detailed installation and usage instructions.
INSTALLATION STEPS
Step 1
$ composer require hayrullah/laravel-visits
Step 2
$ php artisan vendor:publish --provider="Hayrullah\Visits\VisitServiceProvider"