Open giltotherescue opened 10 months ago
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.
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?
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.