brunogritti/laravel-user-url-logs

Creates a laravel table, model and middleware that logs all urls that user accesses

Installs: 126

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-middleware

1.4.0-stable 2024-04-30 18:13 UTC

This package is auto-updated.

Last update: 2025-04-29 01:44:38 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