Footprints icon indicating copy to clipboard operation
Footprints copied to clipboard

:feet: A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)

Results 3 Footprints issues
Sort by recently updated
recently updated
newest added

This package is not working anymore with laravel 10, to make it work with laravel 10 the PHPUnit needs to be updated to version 10 as well. This PR updates...

Hi guys. I think I found a problem with the Footprinter.php file. on the line 21 we have this function ``` public function footprint(Request $request): string { $this->request = $request;...

Add compatibility with Laravel 11 and phpunit 10 (referring #76 ). Tests should pass.