We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I first ran composer require genealabs/laravel-mixpanel to install the library.
composer require genealabs/laravel-mixpanel
Then I tried running php artisan mixpanel:publish --assets but it didn't work.
php artisan mixpanel:publish --assets
Running php artisan list | grep mix does not show any commands related to Mixpanel.
php artisan list | grep mix
I verified that the token is added to .env and I checked my composer.json to verify the package is installed.
The text was updated successfully, but these errors were encountered:
That seems to indicate that the package is not registered in your app. I am currently unable to test this, have you found a solution in the mean time?
Sorry, something went wrong.
No branches or pull requests
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 not show any commands related to Mixpanel.I verified that the token is added to .env and I checked my composer.json to verify the package is installed.
The text was updated successfully, but these errors were encountered: