laravel-route-statistics icon indicating copy to clipboard operation
laravel-route-statistics copied to clipboard

Log requests and group together for aggregated statistics of route usage

Results 2 laravel-route-statistics issues
Sort by recently updated
recently updated
newest added

# Description All requests are logged however any parameters which are configured in the route are not, this PR adds the support to log all the parameters to the database...

Hi, this is a great package for logging requests. But why when I install this package there is no parameters feature? So I want to use laravel's `route()` helper to...