You can track your users navigation between APIs and web pages , duration time user intracting and use your pages and APIs.
composer require mohammadmghi/route-tracker
php artisan migration
php artisan vendor:publish --tag=config
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
For open dashbord going to : https://yoursite/route-tracker/dashboard