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

There is no parameters logging feature on Laravel 10.

Open memiljamel opened this issue 5 months ago • 1 comments

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 translate the route name stored in the database, but there are cases where a route requires parameters.

In other words, the source code downloaded by composer is not the same as the one in the github repository, there is no parameters logging feature.

I am using version 3.20 on Laravel 10

memiljamel avatar Sep 19 '24 05:09 memiljamel