voerro / laravel-visitor-tracker

Visitor tracker and statistics for Laravel 5.5+ (abandoned for the time being, feel free to take over)
67 stars 41 forks source link

Track only some URI #10

Closed cloudstudio closed 6 years ago

cloudstudio commented 6 years ago

Hello ! thanks in advance.

I want track only 1 URI www.example.com/single/xxxxx no all pages, its posible ?

Another question, is posible create one more field ? for example link_id ?

Thanks !!!

cloudstudio commented 6 years ago

I create my own middleware just for this route, and overwrite Tracker class, but anyway i don't know if is easier to do.

Thanks !

AlexMordred commented 6 years ago

Sorry, it's not possible as of the moment. Generally, with stuff like this it would be present in the config file if it was possible. Anyway, I'm glad you were able to solve your problem.