laravel-mixpanel icon indicating copy to clipboard operation
laravel-mixpanel copied to clipboard

Intuitive drop-in analytics.

Results 27 laravel-mixpanel issues
Sort by recently updated
recently updated
newest added

- track Referrer reliably (seems to be unreliable at the moment) - capture original referrer if possible

follow-up required

This PR move Mixpanel config from Services config to its own Mixpanel Config and makes it publishable

I first ran `composer require genealabs/laravel-mixpanel` to install the library. Then I tried running `php artisan mixpanel:publish --assets` but it didn't work. Running `php artisan list | grep mix` does...

Would it be possible to update the package to add Laravel 10 support? One of the forks already had implemented some changes: https://github.com/moynzzz/laravel-mixpanel/commit/264ef29c6a0f5dfd2080199396019a435231a866

Error: Cannot use object of type Illuminate\Auth\Events\Attempting as array in projectname/vendor/genealabs/laravel-mixpanel/src/Listeners/LoginAttempt.php:11 `$email = $event->credentials['email'] ?? $event['email'] ?? '';` i think it should be like this `$email = $event->credentials['email'] ?? '';`

help wanted
unconfirmed bug

Hi `GeneaLabs/laravel-mixpanel`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

This is mobiledetect https://github.com/serbanghita/Mobile-Detect

enhancement
help wanted