laravel-mixpanel
laravel-mixpanel copied to clipboard
Intuitive drop-in analytics.
This PR allows laravel-mixpanel to use a custom Cashier model when receiving webhooks from Stripe. Closes #90
It is possible that cashier endpoints are no longer working correctly. The Cashier API may have changed. Create integration tests for these.
This PR expands upon the config and 'defaults' of the Mixpanel object construction to pass through the 'debug' argument to the dependent mixpanel library. I've found myself needing to use...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Error designating the correct .env variable name bound to the configuration key.
While working on a simple event with user properties and one event specific property sometimes I get the event in the **Live view** in Mixpanel and sometimes not. The unit...
My application uses a Team model instead of the default User model in Cashier, however, your `RecordStripeEvent` class determines the auth model via: `$authModel = config('auth.providers.users.model') ?? config('auth.model');` Simply updating...
Mixpanel released an update on managing distinct IDs that is opt-in. It looks like, for the most part, there are no issues with updating. With 1 exception: https://help.mixpanel.com/hc/en-us/articles/360039133851#benefits-of-the-new-system `You can...
Hello! Your package brings default events like login, registration, etc. How do I customize the names of these events? how/where do I add other properties for these defaults events ex....
Updates the requirements on [sebastian/phpcpd](https://github.com/sebastianbergmann/phpcpd) to permit the latest version. Changelog Sourced from sebastian/phpcpd's changelog. [6.0.2] - 2020-08-18 Fixed #187: Exclude arguments are being handled as prefixes [6.0.1] - 2020-08-13...