hayrullah / laravel-visits
This Library improved to record request visits and make statistics for all links which visited.
v1.0
2020-05-18 04:14 UTC
Requires
- php: >=7.1.0
- laravel/framework: ^5.5|^6.0|^7.0
This package is auto-updated.
Last update: 2024-12-15 06:49:40 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"