bilfeldt/laravel-route-statistics
Logs Laravel route usage statistics by recording and aggregating requests/responses per route, user, and timeframe (hour/day/month) to minimize database storage. Helps spot heavy users, high-traffic endpoints, and suspicious unauthenticated activity.
RouteStatistic models user() relationshipbilfeldt/laravel-request-logger to version 3dates propertywhereApi and whereWeb to the RouteStatistics model.route:stats artisan command to show statistics of all logged routes.route:unused artisan command to show all routes without any logs.code to status (breaking change)bilfeldt/laravel-request-logger package for actual logging.RouteStatisticInterface in favor of \Bilfeldt\RequestLogger\Contracts\RequestLoggerInterfaceHow can I help you explore Laravel packages today?