brunogritti / laravel-user-url-logs
Creates a laravel table, model and middleware that logs all urls that user accesses
Installs: 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-middleware
pkg:composer/brunogritti/laravel-user-url-logs
This package is auto-updated.
Last update: 2025-11-29 03:45:44 UTC
README
Log URLs that user access automatically with this Middleware
Instaling
Require this package in your composer.json and update composer.
composer require brunogritti/laravel-user-url-logs
Using
After requiring the package run php artisan migrate to run migration
Apply 'log-user-url' middleware to the routes you want to keep track of
License
This Laravel package is open-sourced software licensed under the MIT license