laravel-mixpanel
laravel-mixpanel copied to clipboard
Cannot publish blade assets
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.
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?