brunogritti / laravel-user-url-logs
Creates a laravel table, model and middleware that logs all urls that user accesses
Package info
github.com/brunogritti/laravel-user-url-logs
Type:laravel-middleware
pkg:composer/brunogritti/laravel-user-url-logs
1.4.0-stable
2024-04-30 18:13 UTC
This package is auto-updated.
Last update: 2026-03-29 01:01:47 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