UrlHum
UrlHum copied to clipboard
Added browser and OS info on clicks
Saving more analytics data on each click with additional User Agent, Broswer name and version, OS.
browscap-php library is being used via a wrapper library here to generate concise information on the user agent.
To properly update the cached data required by browscap-php library, the command php artisan browscap:update needs to be run initially to work.
Example:

I wish this was added