mikebronner / laravel-mixpanel

Intuitive drop-in analytics.
MIT License
117 stars 53 forks source link

Cannot publish blade assets #109

Open giltotherescue opened 10 months ago

giltotherescue commented 10 months ago

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.

mikebronner commented 6 months ago

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?