mohammadmghi/route-tracker
最新稳定版本:v1.1.0
Composer 安装命令:
composer require mohammadmghi/route-tracker
包简介
A Laravel package to track routes
README 文档
README
You can track your users navigation between APIs and web pages , duration time user intracting and use your pages and APIs.
Installation
composer require mohammadmghi/route-tracker
php artisan migration
php artisan vendor:publish --tag=config
Now you have a table inside you'r database called route_logs it has columns as following
user_id it register user id if your user authenticated if not it store null
method This is method of your request it can be POST or GET, etc.
route This is address of your project route you defined inside web.php and api.php
ip_addess This is your user ip address
previous_route This is the route that user before is visited for example if your frist to /home page and next to /plan it store /home page
duration This is duration that user interacted with your api
session_id This is your user session id visited the route
Dashbord
For open dashbord going to : https://yoursite/route-tracker/dashboard
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-08-26