1 Open Issue Need Help Last updated: Sep 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes setting up an API foundation within a Laravel application to track user visits and page views. It involves creating database structures (migrations, models), managing unique guest IDs, recording the start and end of user visits, and counting both total views and visits. Finally, an API endpoint should be provided to expose this aggregated tracking information.

Complexity: 3/5
enhancement good first issue