tracker icon indicating copy to clipboard operation
tracker copied to clipboard

Laravel Stats Tracker

Results 105 tracker issues
Sort by recently updated
recently updated
newest added

Your requirements could not be resolved to an installable set of packages. Problem 1 - pragmarx/tracker v4.0.x-dev requires php ^7.0 -> your php version (8.1.2) does not satisfy that requirement....

I'm using laravel project with php 8.x version and while installing this package it throw php version errors. ``` λ composer require pragmarx/tracker Using version ^4.0 for pragmarx/tracker ./composer.json has...

**Describe the bug** ``` //database.php inside connections 'mysql' => [ 'driver' => 'mysql', 'url' => env('DATABASE_URL'), 'host' => env('DB_HOST', '127.0.0.1'), 'port' => env('DB_PORT', '3306'), 'database' => env('DB_DATABASE', 'forge'), 'username' =>...

**Describe the bug** Does not satisfy the requirement **To Reproduce** Steps to reproduce the behavior: 1. PHP 8.0, Laravel 8.x 2. composer require pragmarx/tracker 3. Output: 'Problem 1 - pragmarx/tracker...

after installing this package and define settings into `app/config.php` and publishing configuration, when i try to run this command: ``` php artisan migrate:fresh ``` i get error after this part...

Setting the cookie lifetime. Otherwise, the lifetime is equal to the session time. The file is not saved when you close the browser.

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

Hello, I am under Laravel 6 and since the last update of the Package, in "tracker_sessions", the value of "user_id" is always null. Would it be possible to correct this...