Open Issues Need Help
View All on GitHub setup API foundation on top of Laravel App about 2 months ago
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